Skip to content

Commit

Permalink
Revert "Fix Node.js version to v22.6 instead of "latest" (#4629)" (#4631
Browse files Browse the repository at this point in the history
)

This reverts commit 2ded936.
  • Loading branch information
watson authored Sep 12, 2024
1 parent 381aa7b commit bd2f8b2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/actions/node/latest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ runs:
steps:
- uses: actions/setup-node@v3
with:
node-version: '22.6'
node-version: 'latest'
2 changes: 1 addition & 1 deletion .github/workflows/appsec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
matrix:
version:
- 18
- 22.6
- latest
runs-on: ubuntu-latest
env:
PLUGINS: next
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
aws-sdk:
strategy:
matrix:
node-version: ['18', '22.6']
node-version: ['18', 'latest']
runs-on: ubuntu-latest
services:
localstack:
Expand Down Expand Up @@ -419,7 +419,7 @@ jobs:
http:
strategy:
matrix:
node-version: ['18', '20', '22.6']
node-version: ['18', '20', 'latest']
runs-on: ubuntu-latest
env:
PLUGINS: http
Expand Down Expand Up @@ -655,7 +655,7 @@ jobs:
matrix:
version:
- 18
- 22.6
- latest
runs-on: ubuntu-latest
env:
PLUGINS: next
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# setting fail-fast to false in an attempt to prevent this from happening
fail-fast: false
matrix:
version: [18, 20, 22.6]
version: [18, 20, latest]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
integration-ci:
strategy:
matrix:
version: [18, 22.6]
version: [18, latest]
framework: [cucumber, playwright, selenium, jest, mocha]
runs-on: ubuntu-latest
env:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
# Important: This is outside the minimum supported version of dd-trace-js
# Node > 16 does not work with Cypress@6.7.0 (not even without our plugin)
# TODO: figure out what to do with this: we might have to deprecate support for cypress@6.7.0
version: [16, 22.6]
version: [16, latest]
# 6.7.0 is the minimum version we support
cypress-version: [6.7.0, latest]
module-type: ['commonJS', 'esm']
Expand Down

0 comments on commit bd2f8b2

Please sign in to comment.