diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e350f29..a3e6e71c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -80,7 +80,7 @@ jobs: - name: Install npm uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 22 - name: Install browser-ui-test run: npm install - name: Run eslint