Skip to content

Commit

Permalink
Update dependencies (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Nov 28, 2021
1 parent 267951b commit 2138ec3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v2
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [6.x, 8.x, 10.x, 12.x, 14.x, 15.x]
node-version: [6.x, 8.x, 10.x, 12.x, 14.x, 16.x, 17.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -35,7 +35,6 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: fastify/github-action-merge-dependabot@v1.2.1
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
- uses: fastify/github-action-merge-dependabot@v2.5.0
with:
github-token: ${{secrets.github_token}}
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [16.x]

steps:
- name: Checkout Repository
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [16.x]

steps:
- name: Checkout Repository
Expand All @@ -36,5 +36,3 @@ jobs:

- name: Run lint
run: npm run lint
env:
CI: true
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
"url": "https://github.com/node-schedule/node-schedule.git"
},
"dependencies": {
"cron-parser": "^3.1.0",
"cron-parser": "^3.5.0",
"long-timeout": "0.1.1",
"sorted-array-functions": "^1.3.0"
},
"devDependencies": {
"airtap": "^4.0.1",
"eslint": "^7.18.0",
"airtap": "^4.0.4",
"eslint": "^8.3.0",
"nyc": "^15.1.0",
"sinon": "^9.2.4",
"tape": "^5.1.1"
"tape": "^5.3.2"
},
"engines": {
"node": ">=6"
Expand Down

0 comments on commit 2138ec3

Please sign in to comment.