Skip to content

Commit

Permalink
Merge branch 'main' into docker_3
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrbarnes committed Dec 24, 2024
2 parents 6f43721 + 2990a21 commit 85d497e
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 85d497e

Please sign in to comment.