diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e0f902f..fc525285 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '22' cache: 'npm' - run: npm install - run: npm run lint