diff --git a/.github/workflows/npm-publish-all-packages-canary.yml b/.github/workflows/npm-publish-all-packages-canary.yml index 63a4595cf4..f9b4ecaf78 100644 --- a/.github/workflows/npm-publish-all-packages-canary.yml +++ b/.github/workflows/npm-publish-all-packages-canary.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '20.x' registry-url: 'https://registry.npmjs.org' scope: '@artilleryio' - run: node .github/workflows/scripts/replace-package-versions.js diff --git a/.github/workflows/npm-publish-all-packages.yml b/.github/workflows/npm-publish-all-packages.yml index f18476d50c..9346ec62d8 100644 --- a/.github/workflows/npm-publish-all-packages.yml +++ b/.github/workflows/npm-publish-all-packages.yml @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '20.x' registry-url: 'https://registry.npmjs.org' scope: '@artilleryio' - run: node .github/workflows/scripts/replace-package-versions.js diff --git a/.github/workflows/npm-publish-artillery-engine-posthog.yml b/.github/workflows/npm-publish-artillery-engine-posthog.yml index 643ec7d573..3914e3fb89 100644 --- a/.github/workflows/npm-publish-artillery-engine-posthog.yml +++ b/.github/workflows/npm-publish-artillery-engine-posthog.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '20.x' registry-url: 'https://registry.npmjs.org' scope: '@artilleryio' - run: npm -w artillery-engine-posthog publish --tag latest diff --git a/.github/workflows/npm-publish-artillery-plugin-memory-inspector.yml b/.github/workflows/npm-publish-artillery-plugin-memory-inspector.yml index b345a7a23c..a6f6517a03 100644 --- a/.github/workflows/npm-publish-artillery-plugin-memory-inspector.yml +++ b/.github/workflows/npm-publish-artillery-plugin-memory-inspector.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '20.x' registry-url: 'https://registry.npmjs.org' scope: '@artilleryio' - run: npm -w artillery-plugin-memory-inspector publish diff --git a/.github/workflows/npm-publish-artillery-types.yml b/.github/workflows/npm-publish-artillery-types.yml index 05ad738171..2abb16349b 100644 --- a/.github/workflows/npm-publish-artillery-types.yml +++ b/.github/workflows/npm-publish-artillery-types.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '20.x' registry-url: 'https://registry.npmjs.org' scope: '@artilleryio' - run: node .github/workflows/scripts/replace-package-versions.js diff --git a/.github/workflows/npm-publish-specific-package.yml b/.github/workflows/npm-publish-specific-package.yml index fceae8a65e..d240dd78fd 100644 --- a/.github/workflows/npm-publish-specific-package.yml +++ b/.github/workflows/npm-publish-specific-package.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '20.x' registry-url: 'https://registry.npmjs.org' scope: '@artilleryio' - run: node .github/workflows/scripts/replace-package-versions.js diff --git a/.github/workflows/run-distributed-tests.yml b/.github/workflows/run-distributed-tests.yml index c8fbecaff8..70bf38408a 100644 --- a/.github/workflows/run-distributed-tests.yml +++ b/.github/workflows/run-distributed-tests.yml @@ -40,10 +40,10 @@ jobs: - uses: actions/checkout@v3 with: ref: ${{ inputs.COMMIT_SHA || null }} - - name: Use Node.js 18.x + - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - id: generate-matrix run: | RESULT=$(node .github/workflows/scripts/get-tests-in-package-location.js) @@ -81,10 +81,10 @@ jobs: role-to-assume: ${{ secrets.AWS_TEST_EXECUTION_ROLE_ARN_TEST5 }} role-session-name: OIDCSession mask-aws-account-id: true - - name: Use Node.js 18.x + - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: 18.x + node-version: 20.x - run: .github/workflows/scripts/npm-command-retry.sh install - run: npm run build - name: Install Specific Artillery Version if needed @@ -132,10 +132,10 @@ jobs: role-to-assume: ${{ secrets.AWS_TEST_EXECUTION_ROLE_ARN_TEST5 }} role-session-name: OIDCSession mask-aws-account-id: true - - name: Use Node.js 18.x + - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: 18.x + node-version: 20.x - run: .github/workflows/scripts/npm-command-retry.sh install - run: npm run build - name: Install Specific Artillery Version if needed