Skip to content

Commit

Permalink
Merge pull request #7 from planningcenter/ns/node20
Browse files Browse the repository at this point in the history
chore: Update action to node20
  • Loading branch information
sheck authored Jan 4, 2024
2 parents 8dea849 + 1f4a404 commit df8ebea
Show file tree
Hide file tree
Showing 120 changed files with 6,517 additions and 92 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 20
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Balto - Prettier"
description: "Run prettier on your changed files"
runs:
using: node12
using: node20
main: main.js
branding:
icon: life-buoy
Expand Down
1 change: 1 addition & 0 deletions node_modules/.bin/uuid

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

54 changes: 54 additions & 0 deletions node_modules/.package-lock.json

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

200 changes: 194 additions & 6 deletions node_modules/@actions/core/README.md

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

3 changes: 1 addition & 2 deletions node_modules/@actions/core/lib/command.d.ts

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

17 changes: 15 additions & 2 deletions node_modules/@actions/core/lib/command.js

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

2 changes: 1 addition & 1 deletion node_modules/@actions/core/lib/command.js.map

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

Loading

0 comments on commit df8ebea

Please sign in to comment.