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