Skip to content

Commit

Permalink
update node and npm in publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtThiemann committed Apr 20, 2023
1 parent 45c63ed commit ef77195
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: '18.x'
registry-url: https://registry.npmjs.org/
- run: npm install -g npm
- run: npm ci
- run: npm publish --provenance --access public
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "armarius",
"version": "1.10.1",
"version": "1.10.2",
"description": "A JavaScript library to read, write, and merge ZIP archives in web browsers.",
"repository": "github:aternosorg/armarius",
"type": "module",
Expand Down

0 comments on commit ef77195

Please sign in to comment.