Skip to content

Commit 5a6d021

Browse files
committed
bump actions/checkout and node engines
1 parent bace53a commit 5a6d021

File tree

6 files changed

+84
-214
lines changed

6 files changed

+84
-214
lines changed

.github/workflows/license-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
license:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- name: Check License Header
1313
uses: apache/skywalking-eyes/header@5dfa68f93380a5e57259faaf95088b7f133b5778

.github/workflows/update-api-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
update-api-spec:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- uses: actions/setup-node@v4
1919
with:
2020
node-version: "18"

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
validate:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- uses: actions/setup-node@v4
2020
with:
2121
node-version: "18"

oxide-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.4.1",
44
"description": "TypeScript client for the Oxide API",
55
"engines": {
6-
"node": ">=18"
6+
"node": ">=24"
77
},
88
"type": "module",
99
"main": "./dist/Api.js",

0 commit comments

Comments
 (0)