diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e1d150..479d749 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 22.x - uses: actions/checkout@v4