This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/linkis.git
The following commit(s) were added to refs/heads/master by this push:
new 97afacc32 Upgrade node to version 16.0.0 (#4518)
97afacc32 is described below
commit 97afacc321e621bdfec7e71ec52eb046d3a3860f
Author: ahaoyao <[email protected]>
AuthorDate: Mon May 8 15:41:54 2023 +0800
Upgrade node to version 16.0.0 (#4518)
Co-authored-by: ahaoyao <[email protected]>
---
.github/workflows/publish-docker.yaml | 4 ++--
.github/workflows/publish-snapshot.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/publish-docker.yaml
b/.github/workflows/publish-docker.yaml
index f06621a72..375b1437d 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -19,13 +19,13 @@ name: Publish Docker
on:
push:
branches:
- - dev-1.3.2
+ - dev-1.4.0
jobs:
publish-docker:
runs-on: ubuntu-latest
strategy:
matrix:
- node-version: [14.17.3]
+ node-version: [16.0.0]
timeout-minutes: 90
env:
TAG: ${{ github.sha }}
diff --git a/.github/workflows/publish-snapshot.yml
b/.github/workflows/publish-snapshot.yml
index fa9f00ef0..8bb65c90f 100644
--- a/.github/workflows/publish-snapshot.yml
+++ b/.github/workflows/publish-snapshot.yml
@@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
branch:
- - dev-1.3.2
+ - dev-1.4.0
steps:
- name: Checkout repository
uses: actions/checkout@v2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]