From b6c5cff54dd3448cb3790a7ce2468b380d072910 Mon Sep 17 00:00:00 2001 From: Nick Sheck Date: Wed, 3 Jan 2024 11:32:02 -0800 Subject: [PATCH 1/2] chore: set local nodejs to 20 asdf install nodejs 20.10.0 asdf alias nodejs --auto asdf local nodejs 20 --- .tool-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tool-versions b/.tool-versions index f3134c2..3e51109 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 16 +nodejs 20 From b7b3d591ca27357639c881b45e8a5ad9ba7f6694 Mon Sep 17 00:00:00 2001 From: Nick Sheck Date: Wed, 3 Jan 2024 11:38:38 -0800 Subject: [PATCH 2/2] chore(action.yml): node16 -> node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 37cccd0..2f90bd8 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: "Balto - Eslint" description: "Run eslint on your repo" runs: - using: node16 + using: node20 main: dist/index.js branding: icon: life-buoy