Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Update dependencies (#65)
Browse files Browse the repository at this point in the history
* Update dependencies
* Node and npm update
  • Loading branch information
boonya committed Oct 23, 2021
1 parent 65d3fd7 commit f7851f2
Show file tree
Hide file tree
Showing 5 changed files with 970 additions and 947 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 15
node-version: 16
- run: npm ci
- run: npm run lint
test:
Expand All @@ -28,9 +28,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: 15
node-version: 16
- run: npm ci
- run: npm run test
- run: npm run test:ci
coverage:
needs: [ test ]
if: github.ref == 'refs/heads/main'
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 15
node-version: 16
- run: npm ci
- uses: paambaati/codeclimate-action@v2.7.5
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 15
node-version: 16
- run: npm ci
- run: npm run lint
test:
Expand All @@ -20,9 +20,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 15
node-version: 16
- run: npm ci
- run: npm run test
- run: npm run test:ci
publish:
needs: [ lint, test ]
name: Build & publish
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 15
node-version: 16
- run: npm ci
- run: npm run build
- uses: JS-DevTools/npm-publish@v1
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
15
16.12

0 comments on commit f7851f2

Please sign in to comment.