Skip to content

Commit a2b2af1

Browse files
authored
Merge pull request #137 from JasonEtco/update-deps
Update dependencies
2 parents c796bdc + d8a626d commit a2b2af1

File tree

5 files changed

+1111
-1539
lines changed

5 files changed

+1111
-1539
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,17 @@ on:
88

99
jobs:
1010
build:
11-
1211
runs-on: ubuntu-latest
1312

1413
steps:
15-
- uses: actions/checkout@v1
16-
- name: Use Node.js 12.x
17-
uses: actions/setup-node@v1
18-
with:
19-
node-version: 12.x
20-
- run: npm ci
21-
- run: npm test
22-
- name: codecov
23-
run: npx codecov
24-
env:
25-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
14+
- uses: actions/checkout@v1
15+
- name: Use Node.js 16.x
16+
uses: actions/setup-node@v1
17+
with:
18+
node-version: 16.x
19+
- run: npm ci
20+
- run: npm test
21+
- name: codecov
22+
run: npx codecov
23+
env:
24+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Create an issue
22
description: Creates a new issue using a template with front matter.
33
runs:
4-
using: node12
4+
using: node16
55
main: dist/index.js
66
branding:
77
icon: alert-circle

0 commit comments

Comments
 (0)