Skip to content

Commit

Permalink
fix: use node 18 in GH workflows (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor authored Jun 26, 2024
1 parent 23073b6 commit 22704fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devworkspace-generator-publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'
registry-url: 'https://registry.npmjs.org'
scope: '@eclipse-che'
- name: Clone source code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devworkspace-generator-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'
registry-url: 'https://registry.npmjs.org'
scope: '@eclipse-che'
- name: "Checkout source code"
Expand Down

0 comments on commit 22704fd

Please sign in to comment.