Skip to content

Commit 0595afa

Browse files
authored
feat: upgrade CI scripts' Node.js version to 20 and 22 (#85)
1 parent cd799f7 commit 0595afa

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
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
node-version: [^16, ^18]
13+
node-version: ['20', '22']
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v2
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
node-version: [^16, ^18]
40+
node-version: ['20', '22']
4141
steps:
4242
- name: Checkout
4343
uses: actions/checkout@v2

0 commit comments

Comments
 (0)