Skip to content

Commit

Permalink
ci: add current node version
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Nov 5, 2024
1 parent 768dc10 commit b474f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

strategy:
matrix:
node-version: [lts/*, lts/-1, lts/-2]
node-version: [current, lts/*, lts/-1, lts/-2]
redis-version: [7-alpine]
include:
- node-version: 'lts/*'
Expand Down

0 comments on commit b474f1c

Please sign in to comment.