Skip to content

Commit

Permalink
chore(deps): update node to 20 (#245)
Browse files Browse the repository at this point in the history
the current version. 16 hits EOL in 4 days
  • Loading branch information
cajubelt authored Sep 7, 2023
1 parent 778752b commit dcbce6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
check-latest: true
- run: yarn
- run: yarn typecheck
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
check-latest: true
- run: yarn
- run: yarn test:ci
Expand All @@ -55,7 +55,7 @@ jobs:
- uses: google-github-actions/setup-gcloud@v1
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
check-latest: true
- run: yarn
- run: yarn update:rtdb --project=testnet --database-url=https://celo-mobile-alfajores.firebaseio.com/
Expand All @@ -74,7 +74,7 @@ jobs:
- uses: google-github-actions/setup-gcloud@v1
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
check-latest: true
- run: yarn
- run: yarn update:rtdb --project=mainnet --database-url=https://celo-mobile-mainnet.firebaseio.com/
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Package for storing and updating static RTDB data",
"private": true,
"engines": {
"node": "^16"
"node": "^20"
},
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit dcbce6a

Please sign in to comment.