We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea8c44 commit e540e14Copy full SHA for e540e14
6 files changed
.github/workflows/check-dist.yml
@@ -19,9 +19,11 @@ jobs:
19
- uses: actions/checkout@v5
20
21
- name: Set Node.js 22.x
22
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
23
with:
24
node-version: 22.x
25
+ check-latest: true
26
+ package-manager-cache: false
27
28
- uses: pnpm/action-setup@v4
29
name: Install pnpm
.github/workflows/test.yml
@@ -24,10 +24,11 @@ jobs:
- name: Use Node.js 22.x
30
check-latest: true
31
32
33
34
.npmrc
0 commit comments