Skip to content

Commit

Permalink
adapt build file
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-c8y committed Mar 28, 2024
1 parent 7053948 commit 656477c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'

- name: Install dependencies
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'

- name: Install dependencies
Expand Down

0 comments on commit 656477c

Please sign in to comment.