Skip to content

Commit ba3c123

Browse files
authored
Setup node 18 for testing matrix (#119)
1 parent c40e46d commit ba3c123

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
timeout-minutes: 30
3030
strategy:
3131
matrix:
32-
node-version: [ 10, 12, 14, 16 ]
32+
node-version: [ 10, 12, 14, 16, 18 ]
3333
steps:
3434
- uses: actions/checkout@v2
3535
with:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
timeout-minutes: 30
3030
strategy:
3131
matrix:
32-
node-version: [ 10, 12, 14, 15 ]
32+
node-version: [ 10, 12, 14, 16, 18 ]
3333
env:
3434
SW_NODE_VERSION: ${{ matrix.node-version }}
3535
steps:

0 commit comments

Comments
 (0)