diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7385a02..c3089a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v3 - name: Setup Node.js version ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Get yarn cache directory path diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9e74299..f4c63ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v3 - name: Setup Node.js version - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: '.nvmrc'