Skip to content

Commit

Permalink
🍆 chore(.github): add 12.x of node-version to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hisasann committed Apr 29, 2020
1 parent 3bf7241 commit 0a52cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node: [ '10' ]
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@master
- name: Setup node
Expand Down

0 comments on commit 0a52cb3

Please sign in to comment.