Skip to content

Commit

Permalink
Merge pull request #34 from pkgjs/upgrade-runner
Browse files Browse the repository at this point in the history
Bump to use node16 for the action runner
  • Loading branch information
dominykas authored Jan 5, 2022
2 parents edd1297 + 6c21ca2 commit e183446
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 91 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 @@
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

0 comments on commit e183446

Please sign in to comment.