Skip to content

Commit 2d8c4f0

Browse files
dearrudamAhsanAyaz
authored andcommitted
fix: update to use node16; Closes #74
According to this [GitHub blogpost](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/) it was needed to update it.
1 parent 0e4f1a9 commit 2d8c4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ inputs:
3131
description: "Will not fail the step if anything fails"
3232
default: false
3333
runs:
34-
using: 'node12'
34+
using: 'node16'
3535
main: 'dist/index.js'

0 commit comments

Comments
 (0)