Skip to content

Commit

Permalink
Added test against Node.js v20
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Oct 28, 2023
1 parent 34a57fb commit 57c4c6d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,15 @@ jobs:
- test:
browser: true

test-node20:
executor:
name: node
browser: true
version: '20.9'
steps:
- test:
browser: true

docker-build-latest:
executor: node
steps:
Expand Down Expand Up @@ -238,12 +247,16 @@ workflows:
- test-node18:
requires:
- audit
- test-node20:
requires:
- audit

# Docker (latest)
- docker-build-latest:
requires:
- test-node16
- test-node18
- test-node20
filters:
branches:
only: main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
node-version:
- '^16.18.1'
- '18.18.0'
- '^20.9.0'
include:
- node-version: '^16.18.1'
force: true
Expand Down

0 comments on commit 57c4c6d

Please sign in to comment.