Skip to content

Commit

Permalink
Try new pr-linter workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Feb 12, 2024
1 parent dc40e9e commit 2ac3cdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
steps:
# Install deps and cache
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install node ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Install NPM dependencies
run: npm clean-install --production --prefer-offline --frozen-lockfile
run: npm clean-install --prefer-offline --frozen-lockfile

# Run the linter
- name: Run code linter
Expand Down

0 comments on commit 2ac3cdc

Please sign in to comment.