Skip to content

Commit

Permalink
rx (feature): Support Node.js 20 (#3188)
Browse files Browse the repository at this point in the history
- Upgrade to jsdom 22.x
- Upgrade to Node.js 20
  • Loading branch information
xerial authored Sep 5, 2023
1 parent a16d289 commit 29d9469
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
java-version: '17'
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
- name: Node.js setup
run: ./scripts/setup-scalajs.sh
- name: Scala.js test
Expand All @@ -188,7 +188,7 @@ jobs:
java-version: '17'
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
- name: Node.js setup
run: ./scripts/setup-scalajs.sh
- name: Scala.js test
Expand All @@ -212,7 +212,7 @@ jobs:
java-version: '17'
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
- name: Node.js setup
run: ./scripts/setup-scalajs.sh
- name: Scala.js test
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-scalajs.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

npm install jsdom@21.X
npm install jsdom@22.X

0 comments on commit 29d9469

Please sign in to comment.