Skip to content

Commit

Permalink
Update ci.yml (#86)
Browse files Browse the repository at this point in the history
Optimise install
Upgrade checkout action
  • Loading branch information
epreston authored Sep 16, 2023
1 parent c45991c commit 1a69954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
node-version: [18.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand All @@ -42,7 +42,7 @@ jobs:
cache: 'npm'

- name: Install
run: npm install
run: npm clean-install --progress=false --no-fund

- name: Lint
run: npm run lint --if-present
Expand Down

0 comments on commit 1a69954

Please sign in to comment.