We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efb47f commit b8a9188Copy full SHA for b8a9188
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: 0
17
18
- name: Install pnpm
19
- uses: pnpm/action-setup@v2
+ uses: pnpm/action-setup@v4
20
21
- name: Set node
22
uses: actions/setup-node@v4
.github/workflows/test.yml
@@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
+ node-version: [22.x]
node-version-file: ['package.json']
# os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
0 commit comments