Skip to content

Commit

Permalink
ci: remove some debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada committed Dec 6, 2024
1 parent 07e77d0 commit b6086bc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-installers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
jq ".version = \"${tag}\"" package.json > package.tmp
mv package.tmp package.json
cat package.json
- name: npm install
run: |
npm install
Expand Down Expand Up @@ -123,8 +121,6 @@ jobs:
jq ".version = \"${tag}\"" package.json > package.tmp
mv package.tmp package.json
cat package.json
- name: npm install
run: |
node --version
Expand Down Expand Up @@ -191,8 +187,6 @@ jobs:
jq ".version = \"${tag}\"" package.json > package.tmp
mv package.tmp package.json
cat package.json
- name: npm install
run: |
node --version
Expand Down Expand Up @@ -236,8 +230,6 @@ jobs:
jq ".version = \"${tag}\"" package.json > package.tmp
mv package.tmp package.json
cat package.json
- name: npm install and build
run: |
node --version
Expand Down

0 comments on commit b6086bc

Please sign in to comment.