diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d77213..69ce8cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 'lts/*' - uses: pnpm/action-setup@v2 @@ -58,9 +58,9 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - uses: pnpm/action-setup@v2 name: Install pnpm with: