Skip to content

Commit

Permalink
Update to nodejs 20.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vogelsgesang committed Oct 8, 2023
1 parent fd8461d commit c127c53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '20.5'
node-version: '20.8'
cache: yarn
cache-dependency-path: |
main/website/yarn.lock
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proof.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '20.5'
node-version: '20.8'
cache: yarn
cache-dependency-path: 'website/yarn.lock'

Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
]
},
"engines": {
"node": ">=16.14"
"node": ">=20.8"
}
}

0 comments on commit c127c53

Please sign in to comment.