Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrbarnes authored Dec 17, 2024
1 parent 3982ede commit 093b914
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Setup npm
run: npm install -g [email protected]
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run lint
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: 20.17.0
- name: Get Version
run: npm -v
- name: Install modules

run: npm ci
- name: Run ESLint
run: npm run lint

0 comments on commit 093b914

Please sign in to comment.