Skip to content

Commit

Permalink
Update linter.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Mimi <[email protected]>
  • Loading branch information
stevenjoezhang authored Apr 11, 2024
1 parent 67e2848 commit bee4668
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js ${{env.default_node_version}} and Cache
- name: Setup Node.js ${{ env.default_node_version }} and Cache
uses: actions/setup-node@v4
with:
node-version: ${{env.default_node_version}}
node-version: ${{ env.default_node_version }}
cache: npm
cache-dependency-path: "package.json"

- name: Install Dependencies
run: npm install
- name: Lint
Expand Down

0 comments on commit bee4668

Please sign in to comment.