Skip to content

Commit

Permalink
chore: remove .node-version (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasshi-me authored Sep 8, 2022
1 parent 5185dc8 commit 89b1b14
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
node-version: 'lts/*'
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test:generate-dashboard
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
node-version: 'lts/*'
- run: yarn install --frozen-lockfile
- run: yarn lint
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
node-version: 'lts/*'
registry-url: 'https://registry.npmjs.org'
- run: yarn install --frozen-lockfile
- run: yarn build
Expand Down
1 change: 0 additions & 1 deletion .node-version

This file was deleted.

0 comments on commit 89b1b14

Please sign in to comment.