Skip to content

Commit

Permalink
Update build_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thboop committed Feb 10, 2022
1 parent c48e531 commit b0cc574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Expand Up @@ -19,10 +19,10 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Setup node 14
- name: Setup node 16
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
- run: npm install
- run: npm run build
- run: npm test

0 comments on commit b0cc574

Please sign in to comment.