From 91b5eee1af40b42c0784a53c07a969d08c3e2607 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Thu, 25 Jan 2024 19:56:21 +0100 Subject: [PATCH] Upgrade: switch annotation-check to node20 (#65) --- annotation-check/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotation-check/action.yml b/annotation-check/action.yml index 584bee7..c143dba 100644 --- a/annotation-check/action.yml +++ b/annotation-check/action.yml @@ -6,5 +6,5 @@ inputs: description: 'GitHub Token; cannot be the GITHUB_TOKEN, as that token cannot trigger another workflow' default: ${{ github.token }} runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'