Skip to content

Commit

Permalink
Merge pull request #1 from dppeak/main
Browse files Browse the repository at this point in the history
Update to use more recent Node.
  • Loading branch information
QiuZhiFei authored May 5, 2023
2 parents 93ff533 + dad447c commit 18f1b3f
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Action for iOS developers to automate tedious tasks like swiftlint, pod-lib-lint
Test a scheme from the build root (SYMROOT). This requires specifying a scheme and optionally a destination.

```
- uses: BlueIntent/iOS-helper-action@v0.0.1
- uses: BlueIntent/iOS-helper-action@v1.0
with:
action: 'swiftlint'
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ inputs:
description: 'automate tedious tasks'
required: true
runs:
using: "node12"
using: "node16"
main: "dist/index.js"
118 changes: 104 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@actions/core": "^1.4.0",
"@actions/exec": "^1.1.0",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.0"
}
}

0 comments on commit 18f1b3f

Please sign in to comment.