From d0f0b2e32dd4dde1fa3798bb666955ff15c9a98e Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sat, 11 Nov 2023 12:46:15 +0000 Subject: [PATCH] chore(action): typo --- .github/workflows/browser_ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/browser_ci.yml b/.github/workflows/browser_ci.yml index 403b2524..814bbf99 100644 --- a/.github/workflows/browser_ci.yml +++ b/.github/workflows/browser_ci.yml @@ -29,8 +29,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: - - ${{ matrix.node-version }} + node-version: ${{ matrix.node-version }} cache: npm - run: npm cit env: