Skip to content

Commit adf045e

Browse files
authored
Merge pull request #3 from tikurahul/main
Update action to use Node 14 and a new version of TypeScript.
2 parents 704621c + 0c9aaa3 commit adf045e

File tree

10 files changed

+14465
-20643
lines changed

10 files changed

+14465
-20643
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ tmp/
1414
typings/
1515
*.google
1616
.cache
17+
.parcel-cache

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v12.18.1
1+
v14.19.0

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ outputs:
1212
status:
1313
description: The result of the pull request checks. `true` if passed or `false` when failed.
1414
runs:
15-
using: 'node12'
15+
using: 'node14'
1616
main: 'dist/index.js'

built/index.js

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)