Skip to content

Commit db861ce

Browse files
iirojokonet
authored andcommitted
ci: replace Node.js 15 with 16
1 parent f8a0261 commit db861ce

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
@@ -20,12 +20,12 @@ jobs:
2020
test:
2121
strategy:
2222
matrix:
23-
# Test with Node.js v10 (LTS), v12 (LTS), v14 (LTS), and v15 (latest)
23+
# Test with Node.js v10 (LTS), v12 (LTS), v14 (LTS), and v16 (latest)
2424
node:
2525
- 10
2626
- 12
2727
- 14
28-
- 15
28+
- 16
2929
# Test with Ubuntu and macOS
3030
os:
3131
- ubuntu-latest

0 commit comments

Comments
 (0)