Skip to content

Commit

Permalink
Use active LTS for mutation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss authored Feb 22, 2025
1 parent 92071b4 commit 72f5b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stryker-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'
cache: 'npm'
cache-dependency-path: javascript/package-lock.json
- run: npm install
Expand Down

0 comments on commit 72f5b84

Please sign in to comment.