diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 7a0c2775..59f84bce 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -22,9 +22,9 @@ jobs: node-version: [18, 20] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - uses: supercharge/redis-github-action@1.4.0 @@ -62,12 +62,12 @@ jobs: if: github.ref == 'refs/heads/master' needs: build steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: "0" - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 18.x registry-url: 'https://registry.npmjs.org' - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - run: yarn