diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5449ac42..145cf48e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 20.x - run: npm ci - run: npm run build - run: npm test