From 4a7115ace712b843173b4faed80e5c65ea9fdd54 Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Sat, 7 Oct 2023 05:57:44 -0300 Subject: [PATCH] force node 18.17.1 --- .github/workflows/test-integration-jwt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-integration-jwt.yml b/.github/workflows/test-integration-jwt.yml index 2dc3afc60..75a20903f 100644 --- a/.github/workflows/test-integration-jwt.yml +++ b/.github/workflows/test-integration-jwt.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - node_version: [18] + node_version: [18.17.1] os: [ubuntu-22.04] app-type: - jwt-with-angular-app