File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
12
12
13
13
steps :
14
14
- uses : actions/checkout@master
15
- - name : Use Node.js 20
15
+ - name : Use Node.js
16
16
uses : actions/setup-node@master
17
17
with :
18
- node-version : 20
18
+ node-version : 22
19
19
registry-url : ' https://registry.npmjs.org'
20
20
21
21
- name : Cache node modules
22
- uses : actions/cache@v3
22
+ uses : actions/cache@v4
23
23
env :
24
24
cache-name : cache-node-modules
25
25
with :
60
60
- name : Use GPR
61
61
uses : actions/setup-node@master
62
62
with :
63
- node-version : 20
63
+ node-version : 22
64
64
registry-url : https://npm.pkg.github.com/
65
65
scope : ' @bartholomej'
66
66
76
76
env :
77
77
ACTIONS_DEPLOY_KEY : ${{ secrets.ACTIONS_DEPLOY_KEY }}
78
78
PUBLISH_BRANCH : gh-pages
79
- PUBLISH_DIR : ./dist/demo
79
+ PUBLISH_DIR : ./dist/demo/browser
Original file line number Diff line number Diff line change 9
9
10
10
steps :
11
11
- uses : actions/checkout@master
12
- - name : Use Node.js 20
12
+ - name : Use Node.js
13
13
uses : actions/setup-node@master
14
14
with :
15
- node-version : 20
15
+ node-version : 22
16
16
17
17
- name : Cache node modules
18
- uses : actions/cache@v3
18
+ uses : actions/cache@v4
19
19
env :
20
20
cache-name : cache-node-modules
21
21
with :
You can’t perform that action at this time.
0 commit comments