Skip to content

Commit

Permalink
fix: fix npm publish node version
Browse files Browse the repository at this point in the history
  • Loading branch information
albertolive committed Oct 15, 2024
1 parent 5f08036 commit 88ce1ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup .npmrc file for publish
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: "https://registry.npmjs.org"

- name: Configure Git User
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"access": "restricted"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 88ce1ed

Please sign in to comment.