Skip to content

Commit

Permalink
actions/setup-node を v3 に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
kou64yama committed Jul 30, 2023
1 parent 00154f1 commit 6a44ed9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Use Node.js ${{ matrix.node }}.x
uses: actions/setup-node@main
uses: actions/setup-node@v3
with:
node: ${{ matrix.node }}
node-version: ${{ matrix.node }}
check-latest: true
- name: Cache ~/.pnpm-store
uses: actions/cache@main
Expand All @@ -30,8 +30,6 @@ jobs:
${{ runner.os }}-${{ matrix.node }}-build-${{ env.cache-name }}-
${{ runner.os }}-${{ matrix.node }}-build-
${{ runner.os }}-
- name: Install pnpm
run: npm i -g pnpm
- name: Lint
run: |
pnpm install
Expand Down

0 comments on commit 6a44ed9

Please sign in to comment.