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

Commit

Permalink
chore: use node 16 in ci (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Jun 11, 2021
1 parent c9207e1 commit 23e4fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
node: [14, 15]
node: [14, 16]
fail-fast: true
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 23e4fde

Please sign in to comment.