Skip to content

Commit

Permalink
Maintenance Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Aug 19, 2023
1 parent 135085c commit 0f1485d
Show file tree
Hide file tree
Showing 2 changed files with 9,793 additions and 7,117 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node.js 8.17.0
uses: actions/setup-node@v3
- uses: actions/setup-node@v3
with:
node-version: 8.17.0
node-version: 'lts/*'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run build-dist
- run: npm run test
- run: npm run lint
Loading

0 comments on commit 0f1485d

Please sign in to comment.