diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b62b98..3808ea5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,9 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: 22 cache: npm @@ -46,9 +46,9 @@ jobs: chrome: ['151.0.7922.71'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: 22 cache: npm @@ -76,9 +76,9 @@ jobs: timeout-minutes: 15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: 22 cache: npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f988cef..e9edb49 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,14 +19,14 @@ jobs: CHROME_PIN: '151.0.7922.71' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # No `registry-url`: it writes `//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}` # into .npmrc, and with no token that line expands to an empty value. npm # reads it as "authentication is configured" and never starts the OIDC # exchange, failing with ENEEDAUTH. registry.npmjs.org is the default # anyway, so the line buys nothing and costs the whole mechanism. - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: 22 cache: npm