Skip to content

Commit

Permalink
👷 Update node version in Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aswetlow authored Jun 15, 2022
1 parent 93a5810 commit 6de6a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [12.x, 14.x, 16.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:

Expand Down

0 comments on commit 6de6a6d

Please sign in to comment.