Skip to content

Commit

Permalink
Update node versions for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Oct 7, 2024
1 parent 1ad2af6 commit b4c55b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ jobs:
fail-fast: false
matrix:
include:
- nodeVersion: 8.x
- nodeVersion: 10.x
testPlugins: "meteor"
testOptions: "--non-root"
- nodeVersion: 8.x
- nodeVersion: 10.x
testPlugins: "docker,mongo,proxy,default"
testOptions: "--non-root"
- nodeVersion: 14.x
- nodeVersion: 22.x
testPlugins: "meteor"
testOptions: ""
- nodeVersion: 14.x
- nodeVersion: 22.x
testPlugins: "docker,mongo,proxy,default"
testOptions: ""
steps:
Expand Down

0 comments on commit b4c55b6

Please sign in to comment.