Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jehy committed Feb 5, 2024
1 parent 15bb83b commit 2cbcde8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
type=semver,pattern={{major}}.{{minor}}.{{patch}}
type=semver,pattern={{major}}
type=raw,value=stable
- name: Use Node.js 20.11.0
- name: Use Node.js 18.19.0
uses: actions/setup-node@v4
with:
node-version: 20.11.0
node-version: 18.19.0
- name: 'change backend version'
uses: reedyuk/[email protected]
with:
Expand Down

0 comments on commit 2cbcde8

Please sign in to comment.