We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8b4fe commit 949b471Copy full SHA for 949b471
.github/workflows/test-calver.yml
@@ -56,8 +56,9 @@ jobs:
56
- name: Setup Node.js
57
uses: actions/setup-node@v6
58
with:
59
- node-version: 18
+ node-version: '22'
60
cache: 'pnpm'
61
+ cache-dependency-path: 'pnpm-lock.yaml'
62
63
- name: Install dependencies
64
run: pnpm install --frozen-lockfile
.github/workflows/test-upgrade-flow.yml
@@ -54,6 +54,7 @@ jobs:
54
55
node-version: '22'
0 commit comments