Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiangreco committed Dec 28, 2021
2 parents b76a207 + eae49ec commit ee7ae38
Show file tree
Hide file tree
Showing 6 changed files with 269 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- run: |
if [ ! -f dist/index.js ]; then
echo "Missing dist file"
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.17.6
v16.13.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ inputs:
default: true

runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
post: 'dist/index.js'
Loading

0 comments on commit ee7ae38

Please sign in to comment.