Skip to content

Commit

Permalink
Update node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
Devyn Cyphers committed Jun 5, 2024
1 parent 333ba16 commit da092ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: 20
- name: Version
run: |
cd ./projects/centeva-core
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 20.x
- name: Cache node modules
uses: actions/cache@v3
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/jasmine": "~4.3.1",
"@types/lodash": "^4.14.192",
"@types/luxon": "^3.3.0",
"@types/node": "^18.15.11",
"@types/node": "^20.14.2",
"jasmine-core": "^4.6.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.1",
Expand Down

0 comments on commit da092ba

Please sign in to comment.