diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 67407023da..92273b3d54 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -20,10 +20,10 @@ jobs: # Use specific Node.js version - uses: actions/checkout@v3 - - name: Use Node.js 16.x + - name: Use Node.js 18.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: 'npm' # Install packages @@ -85,10 +85,10 @@ jobs: # Use specific Node.js version - uses: actions/checkout@v3 - - name: Use Node.js 16.x + - name: Use Node.js 18.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: 'npm' # Install packages @@ -115,10 +115,10 @@ jobs: # Use specific Node.js version - uses: actions/checkout@v3 - - name: Use Node.js 16.x + - name: Use Node.js 18.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: 'npm' # Install packages @@ -153,7 +153,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 registry-url: https://registry.npmjs.org/ - run: npm ci @@ -257,10 +257,10 @@ jobs: - uses: actions/checkout@v3 - - name: Use Node.js 16.x + - name: Use Node.js 18.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - name: Message commit run: echo "is RELEASE => ${{ github.event.head_commit.message }} !!"