Skip to content

Commit

Permalink
Test against Node.js 18 with force install
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Sep 15, 2024
1 parent 19c40c1 commit fe90d85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ jobs:
version: '18.20'
steps:
- test:
force: true
browser: true

test-node20:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
include:
- node-version: '^16.20.2'
force: true
- node-version: '^18.20.4'
force: true

steps:
# - name: Output concurrency group
Expand Down

0 comments on commit fe90d85

Please sign in to comment.