diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60d3a51..0cc1b85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ steps: - uses: actions/checkout@v5 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} - name: npm install diff --git a/.github/workflows/watcher.yml b/.github/workflows/watcher.yml index 10e8ff4..2feaf43 100644 --- a/.github/workflows/watcher.yml +++ b/.github/workflows/watcher.yml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Use Node.js 24.x - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 24 - name: npm setup