diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d7a08cf..9ef2ea3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - name: Set up node - uses: actions/setup-node@v3.5.0 + uses: actions/setup-node@v3.5.1 with: node-version-file: .nvmrc cache: npm @@ -34,7 +34,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.1.0 - name: Set up node - uses: actions/setup-node@v3.5.0 + uses: actions/setup-node@v3.5.1 with: node-version-file: .nvmrc cache: npm @@ -56,7 +56,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.1.0 - name: Set up node - uses: actions/setup-node@v3.5.0 + uses: actions/setup-node@v3.5.1 with: node-version-file: .nvmrc cache: npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b01c7478..7efa770e 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@v3.5.0 + uses: actions/setup-node@v3.5.1 with: node-version-file: .nvmrc cache: npm