Skip to content

Commit c2d8d7a

Browse files
authored
Update dependency task and tested Node versions (#612)
1 parent c9caf2d commit c2d8d7a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node-version: [10.x, 12.x, 13.x]
8+
node-version: [12.x, 15.x]
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
npm run update-dependencies
1616
npm run clean
1717
npm install
18+
npm test
1819
COMMIT_MESSAGE: 'chore(dependencies): Update all dependencies'
1920
COMMIT_NAME: 'GitHub Actions'
2021
COMMIT_EMAIL: '[email protected]'

0 commit comments

Comments
 (0)