Skip to content

Commit

Permalink
Update Node.JS in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
rafw87 committed Oct 26, 2023
1 parent a390e6a commit 1908116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:

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

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

0 comments on commit 1908116

Please sign in to comment.