From fb3ea23a49739d8eadd72c37136aa303c74feab5 Mon Sep 17 00:00:00 2001 From: ajiteshrai Date: Fri, 12 Jul 2024 09:36:46 +0200 Subject: [PATCH 1/2] feat: nodejs runtime upgrade to 20 https://github.com/salzburg-ag/at.salzburg-ag.ds.infra.main/issues/1424 --- .idea/workspace.xml | 11 +++++++++++ action.yml | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 .idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..76a8554 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,11 @@ + + + + + \ No newline at end of file diff --git a/action.yml b/action.yml index b9af9a5..05821df 100644 --- a/action.yml +++ b/action.yml @@ -1,8 +1,8 @@ name: HasLabel -description: GitHub Action that filters a pull_request label. Useful for triggering jobs on certain label events. +description: GitHub Action that filters a pull_request label. Useful for triggering jobs on certain label events. author: DanielTamkin runs: - using: 'node12' + using: 'node20' main: './dist/index.js' branding: icon: filter From 4fd9ae74ddd00dc752b242668fabf6c6f071bcbe Mon Sep 17 00:00:00 2001 From: ajiteshrai Date: Thu, 23 Apr 2026 09:43:36 +0200 Subject: [PATCH 2/2] feat: upgrade to use node24 --- .gitignore | 1 + action.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5045b59..d16c758 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,4 @@ typings/ # TernJS port file .tern-port +.idea/ diff --git a/action.yml b/action.yml index 05821df..03e74bf 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: HasLabel description: GitHub Action that filters a pull_request label. Useful for triggering jobs on certain label events. author: DanielTamkin runs: - using: 'node20' + using: 'node24' main: './dist/index.js' branding: icon: filter