Skip to content

Commit 2b91174

Browse files
Update GitHub Actions and build with Node 20 (#113)
1 parent f12becb commit 2b91174

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/submit.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Cache pnpm modules
23-
uses: actions/cache@v3
23+
uses: actions/cache@v4
2424
with:
2525
path: ~/.pnpm-store
2626
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
2727
restore-keys: |
2828
${{ runner.os }}-
29-
- uses: pnpm/action-setup@v2.4.0
29+
- uses: pnpm/action-setup@v3
3030
with:
3131
version: latest
3232
run_install: true
33-
- name: Use Node.js 18.x
34-
uses: actions/setup-node@v3.4.1
33+
- name: Use Node.js 20.x
34+
uses: actions/setup-node@v4
3535
with:
36-
node-version: 18.x
36+
node-version: 20.x
3737
cache: "pnpm"
3838
- name: Change version (Staging)
3939
if: env.CHANNEL == 'staging'

0 commit comments

Comments
 (0)