Skip to content

Commit 5e53526

Browse files
committed
ci: remove setup-node
1 parent cc2cdc4 commit 5e53526

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ 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'
3026
- name: Get Package Version
3127
id: current_version
3228
run: echo "result=$(cat package.json | jq -r .version)" | sudo tee -a "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)