Skip to content

Commit d0e2c81

Browse files
authored
feat: bump to runtime to Node 24 (#57)
BREAKING CHANGE: This update changes the runtime environment to Node 24, it requires compatible runners.
1 parent 5d18d2c commit d0e2c81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Note that the action queries the GitHub API to list the available releases of `s
1111
```yaml
1212
steps:
1313
- name: Install spacectl
14-
uses: spacelift-io/setup-spacectl@v1
14+
uses: spacelift-io/setup-spacectl@v2
1515

1616
- name: Deploy infrastructure
1717
env:
@@ -26,7 +26,7 @@ You can optionally provide a specific version:
2626
```yaml
2727
steps:
2828
- name: Install spacectl
29-
uses: spacelift-io/setup-spacectl@v1
29+
uses: spacelift-io/setup-spacectl@v2
3030
with:
3131
version: v1.15.0
3232
```

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ inputs:
1414
default: ${{ github.token }}
1515

1616
runs:
17-
using: node20
17+
using: node24
1818
main: dist/index.js

0 commit comments

Comments
 (0)