Skip to content

Commit

Permalink
chore: node12 -> node16
Browse files Browse the repository at this point in the history
- Set asdf local nodejs version with to 16
- Regenerate package-lock with node 16
- Update action to node16

Closes #19
  • Loading branch information
sheck committed May 11, 2023
1 parent 4e0cef3 commit 953dcac
Show file tree
Hide file tree
Showing 3 changed files with 447 additions and 2 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 16
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Balto - Eslint"
description: "Run eslint on your repo"
runs:
using: node12
using: node16
main: dist/index.js
branding:
icon: life-buoy
Expand Down
Loading

0 comments on commit 953dcac

Please sign in to comment.