Skip to content

Commit

Permalink
Merge branch 'feature/gh-41-upgrade-to-node-16'
Browse files Browse the repository at this point in the history
  • Loading branch information
ecampidoglio committed Nov 19, 2022
2 parents 32a7285 + bfd60bd commit 94fa55b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
steps:
- name: Get the sources
uses: actions/checkout@v1
- name: Install Node 16
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install the .NET 6 SDK
uses: actions/setup-dotnet@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ inputs:
required: false
default: 'false'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@types/jest": "^29.1.2",
"@types/jest-when": "^3.5.2",
"@types/node": "^12.11.2",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@vercel/ncc": "^0.34.0",
Expand Down

0 comments on commit 94fa55b

Please sign in to comment.