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 502b259 commit 020c19bCopy full SHA for 020c19b
2 files changed
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup Node.js
15
uses: actions/setup-node@v4
16
with:
17
- node-version: '20'
+ node-version: '22'
18
cache: 'npm'
19
20
- name: Install dependencies
.github/workflows/test.yml
@@ -9,8 +9,11 @@ jobs:
9
steps:
10
- uses: actions/checkout@v4
11
12
- - name: Setup Node
+ - name: Setup Node.js
13
+ with:
+ cache: 'npm'
- name: Install Node dependencies
run: npm ci
0 commit comments