Skip to content

Commit

Permalink
Restructure library
Browse files Browse the repository at this point in the history
  • Loading branch information
kmalakoff committed Jul 21, 2022
1 parent ec9c956 commit 586d3b7
Show file tree
Hide file tree
Showing 9 changed files with 454 additions and 6,066 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.3.0
- uses: actions/setup-node@v3.4.1
with:
node-version: ${{ matrix.node-version }}
- run: git config --global user.name "Github Actions"
- run: git config --global user.email "actions@users.noreply.github.com"
- run: npm install node-version-use -g
- run: npm ci
- run: npm run lint
- run: npm run test:engines
10 changes: 0 additions & 10 deletions .npmignore

This file was deleted.

Loading

0 comments on commit 586d3b7

Please sign in to comment.