diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 2a01a11..6bb62c4 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -26,7 +26,7 @@ jobs: # build the assets - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 cache: 'npm' - run: echo "Building assets for ${{ github.ref_name }}" - run: npm install diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5c540d9..0a440cd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ jobs: if: startsWith(matrix.os, 'ubuntu') == true uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 cache: 'npm' - if: startsWith(matrix.os, 'ubuntu') == true run: npm install