We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6562ac commit 3cbc532Copy full SHA for 3cbc532
.github/workflows/deploy.yml
@@ -13,19 +13,19 @@ jobs:
13
14
strategy:
15
matrix:
16
- node-version: [16.x]
+ node-version: [22.x]
17
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
20
- name: Use Node.js ${{ matrix.node-version }}
21
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
22
with:
23
node-version: ${{ matrix.node-version }}
24
- run: npm ci
25
- run: npm run lint:ci
26
- run: npm run build
27
- name: GitHub Pages action
28
- uses: peaceiris/actions-gh-pages@v3.4.0
+ uses: peaceiris/actions-gh-pages@v4
29
30
github_token: ${{ secrets.GITHUB_TOKEN }}
31
publish_dir: ./build
.nvmrc
@@ -0,0 +1 @@
1
+22
0 commit comments