Skip to content

Commit 58a27b8

Browse files
author
Frank Jogeleit
committed
Update Dependencies and NodeJS Version
1 parent 40f713d commit 58a27b8

File tree

5 files changed

+57
-57
lines changed

5 files changed

+57
-57
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ inputs:
6464
description: 'repository workspace location'
6565
default: .
6666
runs:
67-
using: 'node12'
67+
using: 'node16'
6868
main: 'dist/index.js'

dist/index.js

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

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sourcemap-register.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-action",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"private": true,
55
"description": "TypeScript template action",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)