diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01e38c9..8eb83ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: '20' cache: 'npm' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6933454..ed68a11 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,7 +49,7 @@ jobs: ref: ${{ inputs.tag || github.ref }} fetch-depth: 0 # needed for the merge-base check below - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: '20' cache: 'npm'