Skip to content

Commit

Permalink
use git actions instead of appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
hyj1991 committed May 7, 2021
1 parent c149f0e commit b41d01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
node-version: [ 8 ]
node-version: [ 8, 9, 10, 11, 12, 13, 14, 15, 16 ]
steps:
- name: Checkout Git Source
uses: actions/checkout@master
Expand Down

0 comments on commit b41d01a

Please # to comment.