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 770e502 commit 1338c33
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3.4.1
- uses: actions/setup-node@v4.1.0
with:
node-version: 20.11.0
- name: install npm version
run: npm install -g npm
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 1338c33

Please sign in to comment.