diff --git a/.github/workflows/build-cloud-pro.yaml b/.github/workflows/build-cloud-pro.yaml index 66a624fca..bc0b1efd1 100644 --- a/.github/workflows/build-cloud-pro.yaml +++ b/.github/workflows/build-cloud-pro.yaml @@ -22,10 +22,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 1 - - name: Use Node.js 18.x + - name: Use Node.js 22.x uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 22.x - name: Install jq run: | sudo apt-get install jq -y diff --git a/.github/workflows/build-npm-pro.yaml b/.github/workflows/build-npm-pro.yaml index de8f2fbc2..ed15abe54 100644 --- a/.github/workflows/build-npm-pro.yaml +++ b/.github/workflows/build-npm-pro.yaml @@ -22,10 +22,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 1 - - name: Use Node.js 18.x + - name: Use Node.js 22.x uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 22.x - name: Checkout dbgate/dbgate-pro uses: actions/checkout@v2 with: diff --git a/.github/workflows/build-npm.yaml b/.github/workflows/build-npm.yaml index 0c79e5097..c20a26cff 100644 --- a/.github/workflows/build-npm.yaml +++ b/.github/workflows/build-npm.yaml @@ -22,10 +22,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 1 - - name: Use Node.js 18.x + - name: Use Node.js 22.x uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 22.x - name: Configure NPM token env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.github/workflows/e2e-pro.yaml b/.github/workflows/e2e-pro.yaml index bc731b80b..10a81362f 100644 --- a/.github/workflows/e2e-pro.yaml +++ b/.github/workflows/e2e-pro.yaml @@ -13,10 +13,10 @@ jobs: e2e-tests: runs-on: ubuntu-latest steps: - - name: Use Node.js 18.x + - name: Use Node.js 22.x uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 22.x - uses: actions/checkout@v3 with: fetch-depth: 1 diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 3a62c5b8a..14f2cd751 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -13,10 +13,10 @@ jobs: all-tests: runs-on: ubuntu-latest steps: - - name: Use Node.js 18.x + - name: Use Node.js 22.x uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 22.x - uses: actions/checkout@v3 with: fetch-depth: 1