Skip to content

Commit

Permalink
update CI to run node LTS 14, 16, 18, and 19
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer Lepine committed May 5, 2023
1 parent af3ffd5 commit 088e085
Show file tree
Hide file tree
Showing 4 changed files with 21,021 additions and 34,091 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,7 +16,7 @@ jobs:

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

steps:
Expand All @@ -27,7 +27,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- run: npm install
- run: npm ci

- run: npm run release

Expand Down
Loading

0 comments on commit 088e085

Please sign in to comment.