Skip to content

Commit 128378d

Browse files
authored
ci: unit test node 16 (OpenFunction#389)
- Unit test Node 16 - Use simple syntax like the docs: https://github.com/actions/setup-node
1 parent 0038345 commit 128378d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test:
99
strategy:
1010
matrix:
11-
node-version: [10.x, 12.x, 14.x]
11+
node-version: [10, 12, 14, 16]
1212
platform: [ubuntu-latest, macos-latest, windows-latest]
1313
runs-on: ${{ matrix.platform }}
1414
steps:

0 commit comments

Comments
 (0)