Skip to content

Commit

Permalink
Merge pull request #15 from lumirlumir/master
Browse files Browse the repository at this point in the history
fix: `.github/workflows/tidory.yml` CI environment
  • Loading branch information
pronist authored Jun 12, 2024
2 parents 5d12a94 + 830923b commit 537ac42
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/tidory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 12
- run: npm install
node-version: 20
cache: npm
- uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
- run: npm ci
- run: npm run lint
- run: npm run production

0 comments on commit 537ac42

Please sign in to comment.