Skip to content

Commit

Permalink
Merge pull request #30 from hckrnews/feature/update-dependencies-2023…
Browse files Browse the repository at this point in the history
…1020

Fix the publish script
  • Loading branch information
w3nl authored Oct 20, 2023
2 parents 2c055fc + bbbab21 commit 7103843
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@4
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hckrnews/error",
"description": "Extended Errors",
"version": "1.0.5",
"version": "1.0.6",
"author": {
"name": "Pieter Wigboldus",
"url": "https://hckr.news/"
Expand Down

0 comments on commit 7103843

Please sign in to comment.