Skip to content

Commit 363f70f

Browse files
authored
ci: install node before enabling corepack (#34)
* ci: install node before enabling corepack * ci: remove pnpm caching
1 parent bc5599a commit 363f70f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v4
11-
- name: Set up PNPM
12-
run: corepack enable
1311
- name: Set up Node.js
1412
uses: actions/setup-node@v4
1513
with:
1614
node-version: 22.x
17-
cache: "pnpm"
15+
- name: Set up PNPM
16+
run: corepack enable
1817
- run: pnpm install
1918

2019
- run: pnpm run lint

0 commit comments

Comments
 (0)