diff --git a/.github/workflows/pr-docs-tests.yml b/.github/workflows/pr-docs-tests.yml index 77cd0be..639233b 100644 --- a/.github/workflows/pr-docs-tests.yml +++ b/.github/workflows/pr-docs-tests.yml @@ -23,7 +23,7 @@ jobs: path: docs/.vitepress/cache/@lando/mvb save-always: true - name: Install node ${{ matrix.node-version }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-version }} cache: npm diff --git a/.github/workflows/pr-linter.yml b/.github/workflows/pr-linter.yml index caa08db..fe21c3b 100644 --- a/.github/workflows/pr-linter.yml +++ b/.github/workflows/pr-linter.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout code uses: actions/checkout@v7 - name: Install node ${{ matrix.node-version }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-version }} cache: npm diff --git a/.github/workflows/pr-ruby-tests.yml b/.github/workflows/pr-ruby-tests.yml index bd5c5c1..4c0277d 100644 --- a/.github/workflows/pr-ruby-tests.yml +++ b/.github/workflows/pr-ruby-tests.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout code uses: actions/checkout@v7 - name: Install node ${{ matrix.node-version }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-version }} cache: npm diff --git a/.github/workflows/pr-unit-tests.yml b/.github/workflows/pr-unit-tests.yml index 47b59f7..c5a6326 100644 --- a/.github/workflows/pr-unit-tests.yml +++ b/.github/workflows/pr-unit-tests.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout code uses: actions/checkout@v7 - name: Install node ${{ matrix.node-version }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-version }} cache: npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1add1ad..c75dc3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout code uses: actions/checkout@v7 - name: Install node 20 - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '20' registry-url: https://registry.npmjs.org @@ -56,7 +56,7 @@ jobs: - name: Checkout code uses: actions/checkout@v7 - name: Install node ${{ matrix.node-version }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-version }} registry-url: https://registry.npmjs.org