diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 57608b8..f1a532c 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Setup Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20.x cache: "npm" @@ -24,7 +24,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Setup Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20.x cache: "npm" @@ -39,7 +39,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Setup Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20.x cache: "npm" diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index cfd020d..eb81e08 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Setup Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20.x registry-url: "https://registry.npmjs.org" # This registry URL is necessary for publishing on NPM diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb1a0d7..39a392c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Setup Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20.x registry-url: "https://registry.npmjs.org" # This registry URL is necessary for publishing on NPM