Skip to content

Commit 3ba99ce

Browse files
committed
Remove asdf
1 parent b6b884c commit 3ba99ce

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,15 @@ jobs:
1313
steps:
1414
- name: Checkout the repository
1515
uses: actions/checkout@v4
16-
- name: Install tools from asdf config
17-
uses: ai/asdf-cache-action@v1
16+
- name: Install pnpm
17+
uses: pnpm/action-setup@v4
18+
with:
19+
version: 9
20+
- name: Install Node.js
21+
uses: actions/setup-node@v4
22+
with:
23+
node-version: 22
24+
cache: pnpm
1825
- name: Install all dependencies
1926
run: pnpm install --frozen-lockfile --ignore-scripts
2027
- name: Run tests
@@ -33,10 +40,14 @@ jobs:
3340
uses: actions/checkout@v4
3441
with:
3542
persist-credentials: false
36-
- name: Install tools from asdf config
37-
uses: ai/asdf-cache-action@v1
43+
- name: Install pnpm
44+
uses: pnpm/action-setup@v4
45+
with:
46+
version: 9
47+
- name: Install Node.js
48+
uses: actions/setup-node@v4
3849
with:
39-
dependencies-cache: production
50+
node-version: 22
4051
- name: Install dependencies
4152
run: pnpm install --frozen-lockfile --production --ignore-scripts
4253
- name: Build

.tool-versions

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)