Skip to content

Commit

Permalink
Merge pull request #348 from lkiesow/node-20
Browse files Browse the repository at this point in the history
Update Node.js to current LTS
  • Loading branch information
ziegenberg authored May 7, 2024
2 parents c0ab503 + 8202cb5 commit 0ff5847
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: checkout code
uses: actions/checkout@v3

- name: use node.js 16.x
- name: get node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: download dependencies
run: npm ci
Expand All @@ -32,4 +32,4 @@ jobs:
files: ./app/oc-admin-ui-*.tar.gz
draft: true
fail_on_unmatched_files: true
generate_release_notes: true
generate_release_notes: true

0 comments on commit 0ff5847

Please sign in to comment.