Skip to content

Commit a37a806

Browse files
CI update
1 parent 13b88ac commit a37a806

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/main.yaml

+3-7
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,17 @@ jobs:
1313
node-version: '18.12.0' # LTS
1414
CODE_TEST: 'test-legacy'
1515

16-
- runs-on: ubuntu-latest
17-
node-version: '18.18.2' # LTS
18-
CODE_TEST: 'test-legacy'
19-
2016
- runs-on: ubuntu-latest
2117
node-version: '20.9.0' # LTS
2218
CODE_TEST: 'test-legacy'
2319

2420
- runs-on: ubuntu-latest
25-
node-version: '20.11.1' # LTS (current)
21+
node-version: '20.12.2' # LTS (current)
2622
CODE_TEST: 'test-legacy'
2723
CODE_CHECK: 1
2824

2925
- runs-on: ubuntu-latest
30-
node-version: '21.6.2' # Latest
26+
node-version: '21.7.3' # Latest
3127
CODE_TEST: 'test'
3228

3329
runs-on: ${{ matrix.config.runs-on }}
@@ -74,7 +70,7 @@ jobs:
7470
- name: Node
7571
uses: actions/setup-node@v4
7672
with:
77-
node-version: '20.11.1'
73+
node-version: '20.12.2'
7874
registry-url: https://registry.npmjs.org/
7975

8076
- name: Dependencies

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.11.1
1+
20.12.2

0 commit comments

Comments
 (0)