diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b4596b..e6008c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,10 +23,10 @@ jobs: ref: ${{ github.head_ref }} fetch-depth: 0 - - name: Setup Node.js 20 + - name: Setup Node.js 24 uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 24.x # If this step results in changes, they will be committed in the last step - name: Recompile and Format action diff --git a/README.md b/README.md index 98b8d8a..78fc533 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-node@4 with: - node-version: '20' + node-version: '24' - name: Setup K6 uses: im-open/setup-k6-perf-testing@v1 @@ -76,7 +76,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '24' - name: Setup K6 uses: im-open/setup-k6-perf-testing@latest