Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 23e4fde

Browse files
authored
chore: use node 16 in ci (#146)
1 parent c9207e1 commit 23e4fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [windows-latest, ubuntu-latest, macos-latest]
25-
node: [14, 15]
25+
node: [14, 16]
2626
fail-fast: true
2727
steps:
2828
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)