Skip to content

Commit

Permalink
fix(#599): support node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
garethbowen authored Jan 26, 2024
1 parent d168379 commit ddd3064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 14.x, 16.x, 18.x]
node-version: [ 8.x, 10.x, 12.x, 14.x, 16.x, 18.x, 20.x ]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install dependencies
run: npm ci
- name: Release
Expand Down

0 comments on commit ddd3064

Please sign in to comment.