Skip to content

Commit 052aad4

Browse files
committedJun 13, 2021
chore: use node 15 in ci
1 parent 2c4b567 commit 052aad4

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
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [windows-latest, ubuntu-latest, macos-latest]
30-
node: [14]
30+
node: [14, 15]
3131
fail-fast: true
3232
steps:
3333
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)
Please sign in to comment.