diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 668206758f..0ea045088f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -379,7 +379,7 @@ jobs: uses: actions/checkout@v7 - name: Use Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: cache: yarn node-version-file: .nvmrc @@ -431,7 +431,7 @@ jobs: - name: Use Node.js if: steps.diffcheck.outputs.clean == 'false' - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: cache: yarn node-version-file: .node-version @@ -471,7 +471,7 @@ jobs: uses: actions/checkout@v7 - name: Use Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: # Run integration tests with the oldest supported node version. node-version: 20 @@ -522,7 +522,7 @@ jobs: version: 10 - name: Use Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: # Run integration tests with the oldest supported node version. node-version: 22 @@ -575,7 +575,7 @@ jobs: uses: actions/checkout@v7 - name: Use Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: # Run integration tests with the oldest supported node version. node-version: 20 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d544cc593b..bb5cb1f7bc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -175,7 +175,7 @@ jobs: - name: Use Node.js for website if: steps.api-docs-diff.outputs.changed == 'true' - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: cache: yarn cache-dependency-path: rescript-lang.org/yarn.lock