Skip to content

Commit

Permalink
Merge pull request #60 from YOCKOW/dependabot/npm_and_yarn/minimist-1…
Browse files Browse the repository at this point in the history
….2.6

Bump minimist from 1.2.5 to 1.2.6
  • Loading branch information
YOCKOW committed Apr 3, 2022
2 parents 2282d2d + ec250f7 commit e71385b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v2
with:
node-version: 15.x
node-version: 16.x
- uses: actions/setup-python@v2
with:
python-version: "3.8"
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v2
with:
node-version: 15.x
node-version: 16.x
- name: Check transpilation
run: |
npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- ubuntu-latest
- macOS-latest
swift-version:
- 5.3
- DEVELOPMENT-SNAPSHOT-2020-09-17-a
- 5.6
- DEVELOPMENT-SNAPSHOT-2022-03-31-a
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ inputs:
required: false
default: '.'
runs:
using: 'node12'
using: 'node16'
main: './lib/main.js'
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion swift-test-package/.swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3
5.6

0 comments on commit e71385b

Please sign in to comment.