diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index a812958..3bacd65 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -22,7 +22,7 @@ jobs: - name: Set yarn cache run: yarn config set cache-folder ${{env.YARN_CACHE}} - name: Setup Node.js ${{ matrix.node }} - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.1 with: node-version: ${{ matrix.node }} - name: Get yarn cache directory path @@ -61,7 +61,7 @@ jobs: - name: Set yarn cache run: yarn config set cache-folder ${{env.YARN_CACHE}} - name: Setup Node.js - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.1 with: node-version: ${{env.NODEJS}} - name: Get yarn cache directory path @@ -102,7 +102,7 @@ jobs: - name: Set yarn cache run: yarn config set cache-folder ${{env.YARN_CACHE}} - name: Setup Node.js - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.1 with: node-version: ${{env.NODEJS}} - name: Get yarn cache directory path