diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 13bba16..11aac21 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,9 +16,9 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Install Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: - node-version: 12.x + node-version: 20 - run: npm install - run: xvfb-run -a npm test if: runner.os == 'Linux'