Skip to content

Commit

Permalink
chore: target node16 runtime (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee authored Dec 28, 2021
1 parent cb89b3b commit b47014d
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 329 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

env:
VERSION: v0
NODE_VERSION: 12
NODE_VERSION: 16
YARN_CACHE_KEY: v0
YARN_CACHE_FOLDER: .cache/yarn
LOG_LEVEL: debug
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ inputs:
default: 'false'

runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Rhys Arkins <rhys@arkins.net>",
"main": "dist/index.js",
"engines": {
"node": " >=12.0.0",
"node": " >=16.0.0",
"yarn": ">=1.22.0"
},
"scripts": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"@semantic-release/github": "7.2.3",
"@semantic-release/npm": "7.1.3",
"@types/jest": "27.0.3",
"@types/node": "12.20.38",
"@types/node": "16.11.12",
"@types/semver": "7.3.9",
"@types/shelljs": "0.8.10",
"@typescript-eslint/eslint-plugin": "4.33.0",
Expand Down
Loading

0 comments on commit b47014d

Please sign in to comment.