Skip to content

Commit

Permalink
rm node 21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGruber committed Sep 19, 2024
1 parent 46f20aa commit f3916f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [21.x, 22.x]
node-version: [ 22.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.9.0, 21.x, 22.x]
node-version: [22.9.0, 22.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.9.0, 21.x, 22.x]
node-version: [22.9.0, 22.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -86,7 +86,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
node-version: [22.9.0, 21.x, 22.x]
node-version: [22.9.0, 22.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"build-tests": "npx tsc -p tsconfigs/tsconfig-tests.json",
"build-benchs": "npx tsc -p ./benchmarks/tsconfig.json",
"build-docker-images": "npx ts-node ./docker/buildDocker.ts",
"test-mongo": "npm run build && npm run build-tests && MONGO_TESTS='true' node --test",
"test-mongo": "npm run build && npm run build-tests && MONGO_TESTS='true' node --no-warnings --experimental-require-module --test",
"test": "npm run build && npm run build-tests && node --no-warnings --experimental-require-module --test",
"postinstall": "npm run build",
"publish_release": "git push --tags && git push origin dev && git push origin master && git checkout dev && npm run publish_release-next",
Expand Down

0 comments on commit f3916f0

Please sign in to comment.