Skip to content

Commit dce8cbc

Browse files
committed
Cleanup
1 parent 0bf0247 commit dce8cbc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/actions/generate-action-code/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
steps:
77
- uses: actions/setup-node@v6
88
with:
9-
node-version: 24
9+
node-version-file: package.json
1010
check-latest: true
1111
cache: npm
1212
- name: Generate action code

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"version": "4.0.0",
44
"description": "A GitHub action that reads the current Swift version.",
55
"engines": {
6-
"node": ">=24"
6+
"node": "^24"
77
},
8+
"type": "module",
89
"exports": {
910
".": "./dist/index.js"
1011
},

0 commit comments

Comments
 (0)