Skip to content

Commit

Permalink
fix(ci): correct setup node action input version
Browse files Browse the repository at this point in the history
Signed-off-by: Dipak Parmar <hi@dipak.tech>
  • Loading branch information
dipakparmar committed Feb 5, 2023
1 parent 879e5d4 commit 703f3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
version: 18.x
node-version: 18.x

- name: Install deps and build
run: yarn
Expand Down

0 comments on commit 703f3e9

Please sign in to comment.