diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbf0816..dcb4371 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node }} diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index d906fe2..71cae63 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Use Node.js 20 - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 20 - name: Update rush shrinkwrap dependencies (for different node versions)