diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4f12331..f909391 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: - name: setup node uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 22.x - uses: actions/checkout@v2 - run: npm ci - run: npm test