diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 024a32178..db54b6520 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -81,7 +81,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 18 registry-url: https://registry.npmjs.org/ - run: node --version - run: npm ci