diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e8eea1..0357112 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,6 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: '20.x' + node-version: '22.x' - run: npm install - run: npm run test