diff --git a/.github/workflows/check-uncommitted.yml b/.github/workflows/check-uncommitted.yml index a2c8401..827e6d2 100644 --- a/.github/workflows/check-uncommitted.yml +++ b/.github/workflows/check-uncommitted.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version-file: .nvmrc cache: 'npm' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d521d93..c1bd193 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version-file: .nvmrc cache: 'npm' diff --git a/.github/workflows/dependabot-build.yml b/.github/workflows/dependabot-build.yml index 351706e..2c9cdc9 100644 --- a/.github/workflows/dependabot-build.yml +++ b/.github/workflows/dependabot-build.yml @@ -41,7 +41,7 @@ jobs: # Check out using an app token so any pushed changes will trigger checkruns token: ${{ steps.generate_token.outputs.token }} - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version-file: .nvmrc cache: 'npm' diff --git a/.github/workflows/release-bump-version.yml b/.github/workflows/release-bump-version.yml index de897e8..bc9cf14 100644 --- a/.github/workflows/release-bump-version.yml +++ b/.github/workflows/release-bump-version.yml @@ -33,7 +33,7 @@ jobs: ref: "main" token: ${{ steps.generate_token.outputs.token }} - - uses: actions/setup-node@v5 # bin/bump-version needs npm + - uses: actions/setup-node@v6 # bin/bump-version needs npm with: node-version-file: .nvmrc cache: 'npm'