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 a1e2e30 commit 87a60feCopy full SHA for 87a60fe
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Node.js
18
uses: actions/setup-node@v4
19
with:
20
- node-version: '20'
+ node-version: '22'
21
cache: 'npm' # Cache npm dependencies for faster builds
22
23
- name: Install dependencies
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
cache: 'npm'
39
40
0 commit comments