Skip to content

Commit

Permalink
chore: update minimum node versions for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shreraju-amzn authored and Shreyas-vgr committed Apr 1, 2022
1 parent 124ec2c commit df891b7
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [10, 12]
node: [12, 14, 16]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
Expand Down
34 changes: 27 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"eslint-plugin-tsdoc": "^0.2.5",
"highlight.js": ">=10.4.1",
"husky": "^4.2.5",
"marked": "^4.0.12",
"mocha": "^7.1.2",
"nyc": "^15.0.1",
"prettier": "^2.1.1",
Expand Down

0 comments on commit df891b7

Please sign in to comment.