Skip to content

Commit ef208b4

Browse files
committed
chore: update dependencies and node runtime for the private actions
(cherry picked from commit 581c507)
1 parent f707e47 commit ef208b4

11 files changed

Lines changed: 98 additions & 38 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
package-lock=true
22
shrinkwrap=true
3+
lockfile-version=3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
20

.github/actions/prepare-dynamic-steps/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Dynamic action generator
33
description: Takes a list of steps as YAML inside string and writes them out as a composite action
44

55
runs:
6-
using: node16
6+
using: node20
77
main: index.js
88

99
inputs:

.github/actions/prepare-dynamic-steps/npm-shrinkwrap.json

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

.github/actions/prepare-dynamic-steps/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "@pkgjs",
1414
"license": "MIT",
1515
"engines": {
16-
"node": "^16",
17-
"npm": "^8"
16+
"node": "^20",
17+
"npm": "^10"
1818
},
1919
"dependencies": {
2020
"@actions/core": "^1.6.0",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
package-lock=true
22
shrinkwrap=true
3+
lockfile-version=3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
20

.github/actions/prepare-node-test-matrix-action/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Node.js test matrix generator action
33
description: Returns an array of Node.js major versions based on an upgrade policy and package.json
44

55
runs:
6-
using: node16
6+
using: node20
77
main: index.js
88

99
inputs:

.github/actions/prepare-node-test-matrix-action/npm-shrinkwrap.json

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

.github/actions/prepare-node-test-matrix-action/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "@pkgjs",
1414
"license": "MIT",
1515
"engines": {
16-
"node": "^16",
17-
"npm": "^8"
16+
"node": "^20",
17+
"npm": "^10"
1818
},
1919
"dependencies": {
2020
"@actions/core": "^1.6.0",

0 commit comments

Comments
 (0)