diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b531337..0c77eff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16.x + node-version: 20.x registry-url: https://registry.npmjs.org - run: yarn install --frozen-lockfile