We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e316186 commit 15d0c9fCopy full SHA for 15d0c9f
.github/workflows/ci.yml
@@ -9,10 +9,10 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v2
12
- - name: Use Node.js 16
+ - name: Use Node.js 22
13
uses: actions/setup-node@v1
14
with:
15
- node-version: 16
+ node-version: 22
16
- run: npm ci
17
- run: npm run build
18
- run: npm run lint
.github/workflows/deploy.yml
@@ -20,14 +20,14 @@ jobs:
20
21
22
23
24
25
26
27
28
29
- name: Create gh-pages artifact
30
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
31
32
path: build
33
- name: Deploy to GitHub Pages
0 commit comments