Skip to content

Commit 654e42a

Browse files
committed
Fix version specifier
1 parent f66bb07 commit 654e42a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/setup-node@v4
2929
with:
3030
cache: 'yarn'
31-
node-version: [18.x]
31+
node-version: 18
3232

3333
- name: Installation
3434
run: yarn --prefer-offline --frozen-lockfile --non-interactive
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/setup-node@v4
5151
with:
5252
cache: 'yarn'
53-
node-version: [18.x]
53+
node-version: 18
5454

5555
- name: Installation
5656
run: yarn --prefer-offline --frozen-lockfile --non-interactive

0 commit comments

Comments
 (0)