diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b33ab4f..42a4e0f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: Set up node - uses: actions/setup-node@v6.0.0 + uses: actions/setup-node@v6.1.0 with: node-version-file: .nvmrc cache: npm @@ -35,7 +35,7 @@ jobs: - name: Checkout uses: actions/checkout@v6.0.1 - name: Set up node - uses: actions/setup-node@v6.0.0 + uses: actions/setup-node@v6.1.0 with: node-version-file: .nvmrc cache: npm @@ -57,7 +57,7 @@ jobs: - name: Checkout uses: actions/checkout@v6.0.1 - name: Set up node - uses: actions/setup-node@v6.0.0 + uses: actions/setup-node@v6.1.0 with: node-version-file: .nvmrc cache: npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5324268e..b37fe0d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: with: persist-credentials: false - name: Set up node - uses: actions/setup-node@v6.0.0 + uses: actions/setup-node@v6.1.0 with: node-version-file: .nvmrc cache: npm