Skip to content

Commit

Permalink
github action node v upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
iSeremet-Reloadly committed Jul 22, 2024
1 parent 870c664 commit 2e217ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org/

- name: Install dependencies
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
"npm:publish:beta": "cd dist/reloadly-ui && npm publish --tag beta",
"npm:publish:latest": "cd dist/reloadly-ui && npm publish --tag latest"
},
"engines": {
"node": "v20.9.0",
"npm": "10.8.1"
},
"peerDependencies": {},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.6",
Expand Down

0 comments on commit 2e217ba

Please sign in to comment.