Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cabraviva authored Feb 8, 2025
1 parent 9f40e0b commit f041f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -29,4 +29,4 @@ jobs:
# Installs npm packages
- run: npm ci
# Tests the code
- run: npm test
- run: npm test

0 comments on commit f041f2b

Please sign in to comment.