Skip to content

Commit

Permalink
Bump node version to allow using toSorted fn
Browse files Browse the repository at this point in the history
  • Loading branch information
hjonin committed Feb 6, 2024
1 parent b6a9d61 commit 637b12e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preproduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'npm'
- name: Build with Eleventy
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'npm'
- name: Build with Eleventy
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"license": "MIT",
"engines": {
"node": ">=14"
"node": ">=20"
},
"homepage": "https://code.gouv.fr/",
"devDependencies": {
Expand Down

0 comments on commit 637b12e

Please sign in to comment.