Skip to content

Commit

Permalink
chore: update node version in GH workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor committed May 8, 2024
1 parent c3dff24 commit 973b2eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/next-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'

- name: Login to quay.io
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-content-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'
- name: extract content
run: |
docker create --name pluginRegistry quay.io/eclipse/che-plugin-registry:next sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pr-check-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
echo "PR_SHA=$pr_sha" >> $GITHUB_ENV
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'
- name: publish
env:
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: 'setup nodejs'
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'
registry-url: 'https://registry.npmjs.org'
scope: '@eclipse-che'
- name: Check existing tags
Expand Down

0 comments on commit 973b2eb

Please sign in to comment.