diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index ae60bb0..7bd50c8 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: 24 registry-url: https://registry.npmjs.org/ diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 0e51a5f..e714b4b 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: ${{ matrix.node_version }} - run: npm ci