Skip to content

Commit 9e0e4f4

Browse files
committed
Force Node 18
1 parent ce1555c commit 9e0e4f4

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

.github/workflows/github-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515

16-
- name: Use Node.js 16.x
16+
- name: Use Node.js 18.x
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: 16.x
19+
node-version: 18.x
2020

2121
# setup cache
2222
- name: Get yarn cache directory path
2323
id: yarn-cache-dir-path
2424
run: echo "::set-output name=dir::$(yarn cache dir)"
25-
- uses: actions/cache@v2
25+
- uses: actions/cache@v4
2626
id: yarn-cache
2727
with:
2828
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ docs
66
.yalc
77
yalc.lock
88
yarn-error.log
9-
.DS_Store
9+
.DS_Store
10+
.yarn

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18

.yarn/install-state.gz

-2.21 MB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"registry": "https://registry.npmjs.org/"
1919
},
2020
"engines": {
21-
"node": ">=16"
21+
"node": ">=18"
2222
},
2323
"author": "Valentin Hervieu",
2424
"license": "MIT",

0 commit comments

Comments
 (0)