Skip to content

Commit 651ab44

Browse files
committed
Change yarn to npm and added dependabot config
1 parent 6c3ff80 commit 651ab44

File tree

4 files changed

+197
-41
lines changed

4 files changed

+197
-41
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'npm'
4+
directory: '/'
5+
schedule:
6+
interval: 'daily'
7+
allow:
8+
- dependency-name: 'typescript-to-lua'

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
uses: actions/setup-node@v1
1414
with:
1515
node-version: 12
16-
- run: yarn --frozen-lockfile
17-
- run: yarn lint
16+
- run: npm ci
17+
- run: npm run lint

package-lock.json

Lines changed: 187 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)