Skip to content

Commit

Permalink
Merge pull request #231 from Secreto31126/actions-update
Browse files Browse the repository at this point in the history
Updated actions
  • Loading branch information
Secreto31126 authored Sep 18, 2023
2 parents b605245 + 57a1ab3 commit ff76f9e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,13 @@ jobs:

lint_and_format:
name: Run Lint and Format

runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 18.x
cache: npm
- name: Install
run: npm ci
Expand Down

0 comments on commit ff76f9e

Please sign in to comment.