diff --git a/.github/workflows/budibase_ci.yml b/.github/workflows/budibase_ci.yml index c178ecddf2..1d310ed60e 100644 --- a/.github/workflows/budibase_ci.yml +++ b/.github/workflows/budibase_ci.yml @@ -38,10 +38,10 @@ jobs: submodules: ${{ env.IS_OSS_CONTRIBUTOR == 'false' }} token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }} - - name: Use Node.js 20.x + - name: Use Node.js 22.x uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x cache: yarn - run: yarn --frozen-lockfile - run: yarn lint @@ -56,10 +56,10 @@ jobs: token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }} fetch-depth: 0 - - name: Use Node.js 20.x + - name: Use Node.js 22.x uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x cache: yarn - run: yarn --frozen-lockfile @@ -83,7 +83,7 @@ jobs: with: fetch-depth: 0 - - name: Use Node.js 20.x + - name: Use Node.js 22.x uses: azure/setup-helm@v3 - run: cd charts/budibase && helm lint . @@ -97,10 +97,10 @@ jobs: token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }} fetch-depth: 0 - - name: Use Node.js 20.x + - name: Use Node.js 22.x uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x cache: yarn - name: Pull testcontainers images run: | @@ -129,10 +129,10 @@ jobs: token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }} fetch-depth: 0 - - name: Use Node.js 20.x + - name: Use Node.js 22.x uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x cache: yarn - run: yarn --frozen-lockfile - name: Test worker @@ -156,10 +156,10 @@ jobs: token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }} fetch-depth: 0 - - name: Use Node.js 20.x + - name: Use Node.js 22.x uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x cache: yarn - name: Load dotenv @@ -280,10 +280,10 @@ jobs: submodules: ${{ env.IS_OSS_CONTRIBUTOR == 'false' }} token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }} - - name: Use Node.js 20.x + - name: Use Node.js 22.x uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x cache: yarn - run: yarn install - name: Check for yarn.lock changes diff --git a/packages/pro b/packages/pro index bfeece324a..a5bd9b562c 160000 --- a/packages/pro +++ b/packages/pro @@ -1 +1 @@ -Subproject commit bfeece324a03a3a5f25137bf3f8c66d5ed6103d8 +Subproject commit a5bd9b562c48b59886f25f2f3b89f573a875ccdb