Skip to content

Commit

Permalink
Upgrade node to 16 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Laské committed Apr 21, 2024
1 parent 1e3d667 commit c62b3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testingWorkflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [15.x]
node-version: [16.x]
mongodb-version: [6.0]
steps:
- name: Checking Repository
Expand Down

0 comments on commit c62b3f6

Please sign in to comment.