Skip to content

Commit 0cf37e4

Browse files
committed
Don't specify node in CI
1 parent 28c7555 commit 0cf37e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
version: 8
2424
- uses: actions/setup-node@v4
2525
with:
26-
node-version: 18
2726
cache: pnpm
2827
- name: Install Dependencies
2928
run: pnpm install --frozen-lockfile
@@ -44,7 +43,6 @@ jobs:
4443
version: 8
4544
- uses: actions/setup-node@v4
4645
with:
47-
node-version: 18
4846
cache: pnpm
4947
- name: Install Dependencies
5048
run: pnpm install --no-lockfile
@@ -72,7 +70,6 @@ jobs:
7270
version: 8
7371
- uses: actions/setup-node@v4
7472
with:
75-
node-version: 18
7673
cache: pnpm
7774
- name: Install Dependencies
7875
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)