Skip to content

Commit

Permalink
Update dependency task and tested Node versions (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Nov 8, 2020
1 parent c9caf2d commit c2d8d7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 13.x]
node-version: [12.x, 15.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
npm run update-dependencies
npm run clean
npm install
npm test
COMMIT_MESSAGE: 'chore(dependencies): Update all dependencies'
COMMIT_NAME: 'GitHub Actions'
COMMIT_EMAIL: 'daff@neyeon.com'
Expand Down

0 comments on commit c2d8d7a

Please sign in to comment.