From 4c801eb074798d869c832111c4fe013cd5d13a1a Mon Sep 17 00:00:00 2001 From: Jacob Filik Date: Mon, 4 Mar 2024 14:17:12 +0000 Subject: [PATCH] increase node version --- .github/workflows/ci-frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-frontend.yml b/.github/workflows/ci-frontend.yml index aa259c2..1a4e2ea 100644 --- a/.github/workflows/ci-frontend.yml +++ b/.github/workflows/ci-frontend.yml @@ -14,7 +14,7 @@ jobs: working-directory: ./xas-standards-client strategy: matrix: - node-version: [15] + node-version: [18] steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v3