Skip to content

Commit

Permalink
Update build_release.yml
Browse files Browse the repository at this point in the history
need a newer node version
  • Loading branch information
kosarko authored Mar 19, 2024
1 parent 3e61231 commit f181394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '16'
cache: 'npm'
- name: Install dependencies
run: npm install
Expand Down

0 comments on commit f181394

Please sign in to comment.