diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6df7d4..ce12cd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [16] + node: [20] steps: - uses: actions/setup-node@v1