diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79ee1dd..fdd603c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,6 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 21 - run: npm install - run: npm test