Skip to content

Commit 4e19729

Browse files
committed
?
1 parent 3ab4f3a commit 4e19729

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node_version: [16, 18]
17+
node_version: [18, 20]
1818
env:
1919
CI: true
2020

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ outputs:
5757
changes:
5858
description: Total number of changes
5959
runs:
60-
using: node16
60+
using: node18
6161
main: action/index.js

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"private": true,
1515
"packageManager": "[email protected]",
1616
"engines": {
17-
"node": ">=16.0.0",
17+
"node": ">=18.0.0",
1818
"pnpm": ">=9.0.6"
1919
},
2020
"keywords": [
@@ -106,4 +106,4 @@
106106
"@octokit/types": "5.4.1"
107107
}
108108
}
109-
}
109+
}

packages/commands/serve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@
8181
"typescript": {
8282
"definition": "dist/typings/index.d.ts"
8383
}
84-
}
84+
}

0 commit comments

Comments
 (0)