We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12becb commit 2b91174Copy full SHA for 2b91174
.github/workflows/submit.yml
@@ -20,20 +20,20 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
- name: Cache pnpm modules
23
- uses: actions/cache@v3
+ uses: actions/cache@v4
24
with:
25
path: ~/.pnpm-store
26
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
27
restore-keys: |
28
${{ runner.os }}-
29
- - uses: pnpm/action-setup@v2.4.0
+ - uses: pnpm/action-setup@v3
30
31
version: latest
32
run_install: true
33
- - name: Use Node.js 18.x
34
- uses: actions/setup-node@v3.4.1
+ - name: Use Node.js 20.x
+ uses: actions/setup-node@v4
35
36
- node-version: 18.x
+ node-version: 20.x
37
cache: "pnpm"
38
- name: Change version (Staging)
39
if: env.CHANNEL == 'staging'
0 commit comments