Skip to content

Commit

Permalink
Runtime test should test Node 22, not Node 20 on MacOS/Windows (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev committed May 24, 2024
1 parent f023ed1 commit 6c9ad28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
- os: macos-latest
node-version: 18.x
- os: macos-latest
node-version: 22.x
node-version: 20.x
- os: windows-latest
node-version: 18.x
- os: windows-latest
node-version: 22.x
node-version: 20.x

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6c9ad28

Please sign in to comment.