Skip to content

Commit

Permalink
build: update to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Nov 30, 2023
1 parent 231c1bb commit fddd9ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:

- uses: myparcelnl/actions/yarn-install@v3
with:
node-version: 18
node-version: 20

- name: 'Import translations'
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
},
"packageManager": "[email protected]",
"volta": {
"node": "18.16.1"
"node": "20.10.0"
}
}

0 comments on commit fddd9ba

Please sign in to comment.