Skip to content

Commit

Permalink
chore: update dependencies and node runtime for the private actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dominykas committed Nov 1, 2023
1 parent 41a3e8e commit 581c507
Show file tree
Hide file tree
Showing 11 changed files with 98 additions and 38 deletions.
1 change: 1 addition & 0 deletions .github/actions/prepare-dynamic-steps/.npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
package-lock=true
shrinkwrap=true
lockfile-version=3
2 changes: 1 addition & 1 deletion .github/actions/prepare-dynamic-steps/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
2 changes: 1 addition & 1 deletion .github/actions/prepare-dynamic-steps/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Dynamic action generator
description: Takes a list of steps as YAML inside string and writes them out as a composite action

runs:
using: node16
using: node20
main: index.js

inputs:
Expand Down
55 changes: 42 additions & 13 deletions .github/actions/prepare-dynamic-steps/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/actions/prepare-dynamic-steps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "@pkgjs",
"license": "MIT",
"engines": {
"node": "^16",
"npm": "^8"
"node": "^20",
"npm": "^10"
},
"dependencies": {
"@actions/core": "^1.6.0",
Expand Down
1 change: 1 addition & 0 deletions .github/actions/prepare-node-test-matrix-action/.npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
package-lock=true
shrinkwrap=true
lockfile-version=3
2 changes: 1 addition & 1 deletion .github/actions/prepare-node-test-matrix-action/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Node.js test matrix generator action
description: Returns an array of Node.js major versions based on an upgrade policy and package.json

runs:
using: node16
using: node20
main: index.js

inputs:
Expand Down
61 changes: 45 additions & 16 deletions .github/actions/prepare-node-test-matrix-action/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/actions/prepare-node-test-matrix-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "@pkgjs",
"license": "MIT",
"engines": {
"node": "^16",
"npm": "^8"
"node": "^20",
"npm": "^10"
},
"dependencies": {
"@actions/core": "^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "@pkgjs",
"license": "MIT",
"engines": {
"node": "^16"
"node": "^20"
},
"devDependencies": {
"@hapi/eslint-plugin": "^6.0.0",
Expand Down

0 comments on commit 581c507

Please sign in to comment.