diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ad18563e..ed93229a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 22.x - run: npm ci - run: npm run lint