Skip to content

Commit

Permalink
fix(npm-test.yml): update node-version matrix to include lts/-n for c…
Browse files Browse the repository at this point in the history
…ompatibility with Node.js versions
  • Loading branch information
ignlg committed Apr 10, 2024
1 parent 31e0a00 commit f2a9d77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [lts/*, current]
node-version: [lts/-n, current]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -34,7 +34,7 @@ jobs:

strategy:
matrix:
node-version: [lts/*, current]
node-version: [lts/-n, current]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -53,7 +53,7 @@ jobs:

strategy:
matrix:
node-version: [lts/*, current]
node-version: [lts/-n, current]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit f2a9d77

Please sign in to comment.