Skip to content

Commit 65b33d0

Browse files
committed
Update CI config
1 parent 006dd8f commit 65b33d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [16, 18]
17+
node-version: [14, 16, 18]
1818

1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Use Node.js ${{ matrix.node-version }}
22-
uses: actions/setup-node@v1
22+
uses: actions/setup-node@v3
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
- name: Install, test
@@ -34,9 +34,9 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v1
3636
- name: Use Node.js ${{ matrix.node-version }}
37-
uses: actions/setup-node@v1
37+
uses: actions/setup-node@v3
3838
with:
39-
node-version: '12.x'
39+
node-version: '18.x'
4040
- name: Install and check codestyle
4141
run: |
4242
npm install

0 commit comments

Comments
 (0)