Skip to content

Commit

Permalink
Merge pull request #12 from vondraussen/feature/bump-minimist
Browse files Browse the repository at this point in the history
Feature/bump minimist
  • Loading branch information
vondraussen authored Mar 22, 2022
2 parents 37ba94e + 98b7f86 commit 08a8cb1
Show file tree
Hide file tree
Showing 4 changed files with 3,966 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 17.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
Loading

0 comments on commit 08a8cb1

Please sign in to comment.