diff --git a/.github/workflows/daily-test.yml b/.github/workflows/daily-test.yml index e979a90a..f40e4a45 100644 --- a/.github/workflows/daily-test.yml +++ b/.github/workflows/daily-test.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node-version: [16.x] + node-version: [22.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ runs-on: ${{ matrix.os }} diff --git a/.github/workflows/test-branch.yml b/.github/workflows/test-branch.yml index 5b49c94b..c10ae74f 100644 --- a/.github/workflows/test-branch.yml +++ b/.github/workflows/test-branch.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node-version: [16.x] + node-version: [22.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ runs-on: ${{ matrix.os }} diff --git a/package.json b/package.json index 72cd065e..683779a7 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "license": "ISC", "homepage": "https://github.com/Breeding-Insight/taf", "devDependencies": { - "@cucumber/cucumber": "^9.4.0", + "@cucumber/cucumber": "^11.2.0", "@cucumber/pretty-formatter": "*", "@slime/stopwatch": "^1.0.5", "chromedriver": "^131.0.0",