Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@
12
16
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: node12
using: node16
main: index.js

inputs:
Expand Down

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

32 changes: 2 additions & 30 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.

2 changes: 1 addition & 1 deletion .github/actions/prepare-dynamic-steps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "@pkgjs",
"license": "MIT",
"engines": {
"node": "^12",
"node": "^16",
"npm": "^8"
},
"dependencies": {
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
3 changes: 1 addition & 2 deletions .github/actions/prepare-node-test-matrix-action/.nvmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
12

16
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: node12
using: node16
main: index.js

inputs:
Expand Down

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "@pkgjs",
"license": "MIT",
"engines": {
"node": "^12",
"node": "^16",
"npm": "^8"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "@pkgjs",
"license": "MIT",
"engines": {
"node": "^16 || ^14 || ^12"
"node": "^16"
},
"devDependencies": {
"@hapi/eslint-plugin": "^5.1.0",
Expand Down