Skip to content

Commit

Permalink
misc: Removed unneeded comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0dot committed May 10, 2024
1 parent cefec12 commit 84d1a4a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ jobs:
with:
version: "8"

# - name: "Install Node.js"
# uses: "actions/setup-node@v3"
# with:
# cache: "pnpm"
# node-version: "lts/*"

- name: "Install Node.js dependencies"
run: "pnpm install"

Expand Down Expand Up @@ -113,12 +107,6 @@ jobs:
with:
version: "8"

# - name: "Install Node.js"
# uses: "actions/setup-node@v3"
# with:
# cache: "pnpm"
# node-version: "lts/*"

- name: "Install Node.js dependencies"
run: "pnpm install"

Expand Down

0 comments on commit 84d1a4a

Please sign in to comment.