Skip to content

Commit fa6afc6

Browse files
committed
chore(deploy): update actions
1 parent 311357b commit fa6afc6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@master
15-
- name: Use Node.js 20
15+
- name: Use Node.js
1616
uses: actions/setup-node@master
1717
with:
18-
node-version: 20
18+
node-version: 22
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- name: Cache node modules
22-
uses: actions/cache@v3
22+
uses: actions/cache@v4
2323
env:
2424
cache-name: cache-node-modules
2525
with:
@@ -60,7 +60,7 @@ jobs:
6060
- name: Use GPR
6161
uses: actions/setup-node@master
6262
with:
63-
node-version: 20
63+
node-version: 22
6464
registry-url: https://npm.pkg.github.com/
6565
scope: '@bartholomej'
6666

@@ -76,4 +76,4 @@ jobs:
7676
env:
7777
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
7878
PUBLISH_BRANCH: gh-pages
79-
PUBLISH_DIR: ./dist/demo
79+
PUBLISH_DIR: ./dist/demo/browser

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@master
12-
- name: Use Node.js 20
12+
- name: Use Node.js
1313
uses: actions/setup-node@master
1414
with:
15-
node-version: 20
15+
node-version: 22
1616

1717
- name: Cache node modules
18-
uses: actions/cache@v3
18+
uses: actions/cache@v4
1919
env:
2020
cache-name: cache-node-modules
2121
with:

0 commit comments

Comments
 (0)