Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
syntaxsec authored Feb 16, 2024
1 parent bedeb2b commit 4308a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
strategy:
matrix:
node-version: [20.x]
mongodb-version: ['latest']

steps:
- uses: actions/checkout@v3
Expand All @@ -26,7 +27,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
mongodb-version: ['latest']

- name: MongoDB in GitHub Actions
uses: supercharge/[email protected]
Expand Down

0 comments on commit 4308a51

Please sign in to comment.