diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2408c450..8a4f4cd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - name: setup node uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 cache: 'yarn' - name: install app dependencies run: yarn install --frozen-lockfile @@ -30,7 +30,7 @@ jobs: - name: setup node uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 cache: 'yarn' - name: install app dependencies run: yarn install --frozen-lockfile