diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 653d0505..27bb0f65 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "14" + node-version: "22" cache: npm - name: npm install, build, and test run: |