Skip to content

Commit

Permalink
test: move dev dependencies into test/
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Nov 14, 2021
1 parent 1bd85bd commit 65e7cce
Show file tree
Hide file tree
Showing 5 changed files with 628 additions and 292 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -11,3 +11,13 @@ updates:
open-pull-requests-limit: 1
allow:
- dependency-type: 'direct'
# Development dependencies
- package-ecosystem: 'npm'
directory: '/test'
schedule:
interval: 'weekly'
day: 'monday'
time: '00:00'
open-pull-requests-limit: 1
allow:
- dependency-type: 'direct'
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -60,6 +60,8 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
# Install latest npm version
- run: npm i -g npm@latest
# Install node_modules
- uses: actions/cache@v2
id: cache-node_modules
Expand Down

0 comments on commit 65e7cce

Please sign in to comment.