diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f03feb8..9b9cee7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,12 +9,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - - name: Use Node.js 18 + - name: Use Node.js 20 uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - name: Get yarn cache directory path id: yarn-cache-dir-path