Skip to content

Commit

Permalink
chore: pin Node version and and bump ncc
Browse files Browse the repository at this point in the history
  • Loading branch information
fgreinacher committed Jun 15, 2023
1 parent 735b281 commit 1bc4285
Show file tree
Hide file tree
Showing 3 changed files with 606 additions and 2,417 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm start
- run: npm run lint

0 comments on commit 1bc4285

Please sign in to comment.