Skip to content

Commit

Permalink
Merge pull request #137 from JasonEtco/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
JasonEtco committed Oct 10, 2022
2 parents c796bdc + d8a626d commit a2b2af1
Show file tree
Hide file tree
Showing 5 changed files with 1,111 additions and 1,539 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,17 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- run: npm ci
- run: npm test
- name: codecov
run: npx codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: npm ci
- run: npm test
- name: codecov
run: npx codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Create an issue
description: Creates a new issue using a template with front matter.
runs:
using: node12
using: node16
main: dist/index.js
branding:
icon: alert-circle
Expand Down

0 comments on commit a2b2af1

Please sign in to comment.