Skip to content

Commit 9c26763

Browse files
authored
Merge pull request #1018 from joshunrau/ci
2 parents b118430 + 6a01452 commit 9c26763

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
steps:
2424
- name: Checkout Repository
2525
uses: actions/checkout@v4
26+
- name: Setup Node
27+
uses: actions/setup-node@v4
28+
with:
29+
node-version: 'lts/iron'
2630
- name: Get Package Version
2731
id: current_version
2832
run: echo "result=$(cat package.json | jq -r .version)" | sudo tee -a "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)