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 1e74eed commit 498e73cCopy full SHA for 498e73c
.github/workflows/build.yml
@@ -16,14 +16,7 @@ jobs:
16
node-version: [18.x, 20.x]
17
steps:
18
- uses: actions/checkout@v4
19
- - uses: pnpm/action-setup@v2
20
- with:
21
- version: 8
22
- - name: Use Node.js ${{ matrix.node-version }}
23
- uses: actions/setup-node@v4
24
25
- node-version: ${{ matrix.node-version }}
26
- cache: pnpm
+ - uses: asdf-vm/actions/install@v3
27
- run: pnpm i
28
- name: types
29
run: npm run check:types
.tool-versions
@@ -0,0 +1,2 @@
1
+nodejs 22.11.0
2
+pnpm 9.15.0
0 commit comments