We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b118430 + 6a01452 commit 9c26763Copy full SHA for 9c26763
1 file changed
.github/workflows/ci.yaml
@@ -23,6 +23,10 @@ jobs:
23
steps:
24
- name: Checkout Repository
25
uses: actions/checkout@v4
26
+ - name: Setup Node
27
+ uses: actions/setup-node@v4
28
+ with:
29
+ node-version: 'lts/iron'
30
- name: Get Package Version
31
id: current_version
32
run: echo "result=$(cat package.json | jq -r .version)" | sudo tee -a "$GITHUB_OUTPUT"
0 commit comments