diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 82d4d083..22c9d058 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -18,7 +18,7 @@ jobs: repository: ${{github.event.pull_request.head.repo.full_name}} - name : Use Node.js 22.x - uses : actions/setup-node@v6 + uses : actions/setup-node@v7 with : node-version : 22.x cache: npm diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 3a732f5b..86711450 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Node.js 24.x - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24.x cache: npm diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fbc5f523..673bf41e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-version }} cache: npm