Skip to content

Commit

Permalink
Update Node.js version and use lockfile on yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiazya committed Feb 5, 2024
1 parent e062d7c commit 1f462a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
version: 20.x
node-version: 20.x
cache: yarn
- name: Install Dependencies
run: yarn install
run: yarn install --frozen-lockfile
- if: matrix.os != 'windows-latest'
name: Lint
run: yarn lint
Expand Down

0 comments on commit 1f462a2

Please sign in to comment.