Skip to content

Commit

Permalink
setup-node action syntax is lts/*
Browse files Browse the repository at this point in the history
  • Loading branch information
bewest committed Dec 13, 2024
1 parent ffd28b0 commit 9195c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 20, lts]
node-version: [14.x, 16.x, 20, lts/*]
mongodb-version: [4.4, 5.0, 6.0]

steps:
Expand Down

0 comments on commit 9195c3c

Please sign in to comment.