Skip to content

Commit

Permalink
Update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Feb 19, 2023
1 parent 58dfc73 commit fd06a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ jobs:
id: short-sha
with:
length: 6
- name: Use Node.js 14
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
version: 14
version: 16
cache: npm
- name: add git binaries to PATH
run: |
Expand Down

0 comments on commit fd06a32

Please sign in to comment.