Commit 93555aa 1 parent 8bc8b32 commit 93555aa Copy full SHA for 93555aa
File tree 2 files changed +13
-12
lines changed
2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 8
8
types : [completed]
9
9
10
10
env :
11
- NODE_VERSION : 18
11
+ NODE_VERSION : 20
12
12
13
13
permissions :
14
14
contents : read
29
29
if : ${{ github.event.workflow_run.conclusion == 'success' }}
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@v3
33
- - name : Setup Node.js
34
- uses : actions/setup-node@v3
32
+ uses : actions/checkout@v4
33
+ - name : Set up Node
34
+ uses : actions/setup-node@v4
35
35
with :
36
36
node-version : ${{ env.NODE_VERSION }}
37
37
cache : yarn
@@ -44,11 +44,11 @@ jobs:
44
44
yarn build --base="/${{ github.event.repository.name }}/"
45
45
cp ./dist/index.html ./dist/404.html
46
46
- name : Setup Pages
47
- uses : actions/configure-pages@v3
47
+ uses : actions/configure-pages@v4
48
48
- name : Upload artifact
49
- uses : actions/upload-pages-artifact@v2
49
+ uses : actions/upload-pages-artifact@v3
50
50
with :
51
- path : ./dist
51
+ path : ' ./dist'
52
52
- name : Deploy to GitHub Pages
53
53
id : deployment
54
- uses : actions/deploy-pages@v2
54
+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 5
5
workflow_dispatch :
6
6
7
7
env :
8
- NODE_VERSION : 18
8
+ NODE_VERSION : 20
9
9
10
10
jobs :
11
11
check :
12
+ name : Check (Biome)
12
13
runs-on : ubuntu-latest
13
14
steps :
14
15
- name : Checkout
24
25
runs-on : ubuntu-latest
25
26
steps :
26
27
- name : Checkout
27
- uses : actions/checkout@v3
28
- - name : Setup Node.js
29
- uses : actions/setup-node@v3
28
+ uses : actions/checkout@v4
29
+ - name : Set up Node
30
+ uses : actions/setup-node@v4
30
31
with :
31
32
node-version : ${{ env.NODE_VERSION }}
32
33
cache : yarn
You can’t perform that action at this time.
0 commit comments