Skip to content

Commit

Permalink
Testing workflow with node 16 - 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifycode committed May 14, 2023
1 parent cafc00b commit bcd68a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:

strategy:
matrix:
node-version: [12.x, 13.x, 14.x, 15.x, 16.x]
node-version: [16.x, 17.x, 18.x]
# node-version: [12.x, 13.x, 14.x, 15.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit bcd68a1

Please sign in to comment.