Skip to content

Commit

Permalink
[HOTFIX] Pin node version to 18 in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Hrishikesh Patil <[email protected]>
  • Loading branch information
riskycase committed Aug 11, 2022
1 parent 1f4185e commit 9fafcc5
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 @@ -19,7 +19,7 @@ jobs:
- name: Node.js setup
uses: actions/setup-node@v1
with:
node-version: lts/*
node-version: 18

- name: Rust setup
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 9fafcc5

Please sign in to comment.