Skip to content

Commit c1e2b3e

Browse files
Copilothsluoyz
andcommitted
refactor: use string values for node versions in CI config
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
1 parent 9973722 commit c1e2b3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
node-version: [20, 22]
9+
node-version: ['20', '22']
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v2
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
node-version: [20, 22]
36+
node-version: ['20', '22']
3737
steps:
3838
- name: Checkout
3939
uses: actions/checkout@v2

0 commit comments

Comments
 (0)