Skip to content

Commit

Permalink
Merge pull request #298 from justinlampley/UpgradeTestWorkflowNodeVer…
Browse files Browse the repository at this point in the history
…sion

Upgrade test workflow to use node 14.17.6
  • Loading branch information
jurgelenas authored Mar 21, 2022
2 parents 92a08ed + 864f61e commit a476a3c
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 @@ -17,7 +17,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 14.16.1
node-version: 14.17.6

- name: yarn install
run: |
Expand Down

0 comments on commit a476a3c

Please sign in to comment.