Skip to content

Commit 18f1b3f

Browse files
authored
Merge pull request #1 from dppeak/main
Update to use more recent Node.
2 parents 93ff533 + dad447c commit 18f1b3f

4 files changed

Lines changed: 108 additions & 18 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Action for iOS developers to automate tedious tasks like swiftlint, pod-lib-lint
1919
Test a scheme from the build root (SYMROOT). This requires specifying a scheme and optionally a destination.
2020

2121
```
22-
- uses: BlueIntent/iOS-helper-action@v0.0.1
22+
- uses: BlueIntent/iOS-helper-action@v1.0
2323
with:
2424
action: 'swiftlint'
2525
```

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ inputs:
55
description: 'automate tedious tasks'
66
required: true
77
runs:
8-
using: "node12"
8+
using: "node16"
99
main: "dist/index.js"

package-lock.json

Lines changed: 104 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"@actions/core": "^1.4.0",
4-
"@actions/exec": "^1.1.0",
3+
"@actions/core": "^1.10.0",
4+
"@actions/exec": "^1.1.1",
55
"@actions/github": "^5.0.0"
66
}
77
}

0 commit comments

Comments
 (0)