Skip to content

Commit

Permalink
Up to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
windyakin committed May 20, 2024
1 parent 29ab092 commit 74cfb65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4

Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 74cfb65

Please sign in to comment.