Skip to content

Commit

Permalink
try 22.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mvadari committed Oct 11, 2024
1 parent c8ecaf7 commit 7cff723
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [18.x, 20.x, "22.8"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [18.x, 20.x, "22.8"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [18.x, 20.x, "22.8"]

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

0 comments on commit 7cff723

Please sign in to comment.