diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9d89cd5..08e3739 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 22 cache: npm - name: Install run: npm ci