Skip to content

Commit

Permalink
Update node12 -> node18
Browse files Browse the repository at this point in the history
Nodejs LTS is currently 18.12.1 and 18 will get you the latest as per their dockerhub:
https://nodejs.org/en/download/
https://hub.docker.com/_/node
  • Loading branch information
jessebot authored and akhilmhdh committed Dec 28, 2022
1 parent c3fb36d commit 2e97e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ outputs:
pr_id: # id of pr
description: "Id of the generated PR when the branch is in protected mode"
runs:
using: "node12"
using: "node18"
main: "dist/index.js"
branding:
icon: "archive"
Expand Down

0 comments on commit 2e97e9f

Please sign in to comment.