Merge pull request #19 from tmcw/update-node-action

Update node action in release flow
This commit is contained in:
Tom MacWright 2024-06-22 13:13:33 -04:00 committed by GitHub
commit efe278e956
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,9 +11,9 @@ jobs:
with:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "20.x"
- name: Get Version
id: version
run: |