Skip to content

Commit 9b7abda

Browse files
authored
chore: update nodejs to 16 (#199)
* ignore idea folder * use node16 runtime
1 parent 74bfbc8 commit 9b7abda

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ node_modules/
22

33
# Editors
44
.vscode
5+
.idea
56

67
# Logs
78
logs

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ outputs:
2020
task-definition:
2121
description: 'The path to the rendered task definition file'
2222
runs:
23-
using: 'node12'
23+
using: 'node16'
2424
main: 'dist/index.js'

0 commit comments

Comments
 (0)