Skip to content

Commit

Permalink
Don't specify node in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jul 1, 2024
1 parent 28c7555 commit 0cf37e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 18
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand All @@ -44,7 +43,6 @@ jobs:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 18
cache: pnpm
- name: Install Dependencies
run: pnpm install --no-lockfile
Expand Down Expand Up @@ -72,7 +70,6 @@ jobs:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 18
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 0cf37e4

Please sign in to comment.