diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a62ce1..6c9c2d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,6 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '20' - run: npm ci - run: npm run test