Skip to content

Commit

Permalink
Remove node-version env in favor of .node-version file
Browse files Browse the repository at this point in the history
  • Loading branch information
imxeno committed May 18, 2024
1 parent fa074d4 commit 650a6b2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
branches:
- main

env:
NODE_VERSION: 20

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -19,8 +16,6 @@ jobs:

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}

- uses: pnpm/action-setup@v4
name: Install pnpm
Expand Down Expand Up @@ -51,8 +46,6 @@ jobs:

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}

- uses: pnpm/action-setup@v4
name: Install pnpm
Expand Down Expand Up @@ -83,8 +76,6 @@ jobs:

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}

- uses: pnpm/action-setup@v4
name: Install pnpm
Expand Down

0 comments on commit 650a6b2

Please sign in to comment.