Skip to content

Commit

Permalink
ci: update workflow to support Node v16 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
spenlep-amzn committed Aug 15, 2023
1 parent de5bc9f commit 82fe8a3
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 366 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [15.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand Down
Loading

0 comments on commit 82fe8a3

Please sign in to comment.