diff --git a/.github/workflows/github-ci.yml b/.github/workflows/github-ci.yml index bbd583cd..c31e1464 100644 --- a/.github/workflows/github-ci.yml +++ b/.github/workflows/github-ci.yml @@ -19,10 +19,10 @@ jobs: - uses: actions/checkout@v6 - - name: Use Node.js LTS 20.11.0 + - name: Use Node.js LTS 22 uses: actions/setup-node@v6.4.0 with: - node-version: 20.11.0 + node-version: 22 - name: Install dependencies run: npm ci