Skip to content

Commit 498e73c

Browse files
committed
cicd: Use asdf-vm
1 parent 1e74eed commit 498e73c

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,7 @@ jobs:
1616
node-version: [18.x, 20.x]
1717
steps:
1818
- 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-
with:
25-
node-version: ${{ matrix.node-version }}
26-
cache: pnpm
19+
- uses: asdf-vm/actions/install@v3
2720
- run: pnpm i
2821
- name: types
2922
run: npm run check:types

.tool-versions

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
nodejs 22.11.0
2+
pnpm 9.15.0

0 commit comments

Comments
 (0)