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

Commit f7851f2

Browse files
authored
Update dependencies (#65)
* Update dependencies * Node and npm update
1 parent 65d3fd7 commit f7851f2

5 files changed

Lines changed: 970 additions & 947 deletions

File tree

.github/workflows/push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- uses: actions/setup-node@v1
2020
with:
21-
node-version: 15
21+
node-version: 16
2222
- run: npm ci
2323
- run: npm run lint
2424
test:
@@ -28,9 +28,9 @@ jobs:
2828
- uses: actions/checkout@v2
2929
- uses: actions/setup-node@master
3030
with:
31-
node-version: 15
31+
node-version: 16
3232
- run: npm ci
33-
- run: npm run test
33+
- run: npm run test:ci
3434
coverage:
3535
needs: [ test ]
3636
if: github.ref == 'refs/heads/main'
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v2
4141
- uses: actions/setup-node@v1
4242
with:
43-
node-version: 15
43+
node-version: 16
4444
- run: npm ci
4545
- uses: paambaati/codeclimate-action@v2.7.5
4646
env:

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v1
1212
with:
13-
node-version: 15
13+
node-version: 16
1414
- run: npm ci
1515
- run: npm run lint
1616
test:
@@ -20,9 +20,9 @@ jobs:
2020
- uses: actions/checkout@v2
2121
- uses: actions/setup-node@v1
2222
with:
23-
node-version: 15
23+
node-version: 16
2424
- run: npm ci
25-
- run: npm run test
25+
- run: npm run test:ci
2626
publish:
2727
needs: [ lint, test ]
2828
name: Build & publish
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v2
3232
- uses: actions/setup-node@v1
3333
with:
34-
node-version: 15
34+
node-version: 16
3535
- run: npm ci
3636
- run: npm run build
3737
- uses: JS-DevTools/npm-publish@v1

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15
1+
16.12

0 commit comments

Comments
 (0)