Skip to content

Commit

Permalink
Merge pull request #23 from philCryoport/NodeJS-12-to-16
Browse files Browse the repository at this point in the history
Roll NodeJS version from 12 to 16
  • Loading branch information
WaleedAshraf authored Dec 20, 2022
2 parents 72edca6 + 2fca02d commit 29f0b97
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 @@ -14,7 +14,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: "12.x"
node-version: "16.x"
- run: npm install
- run: npm test
validate-schema:
Expand Down

0 comments on commit 29f0b97

Please sign in to comment.