Skip to content

Commit 0ac519a

Browse files
authored
chore(ci): Remove unused NODE_VERSION 16 env from browser ci tests (#12203)
The action sets up node 18 currently anyway, this doesn't seem to have any effect.
1 parent a9e6ba8 commit 0ac519a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,6 @@ jobs:
436436
env:
437437
DEPENDENCY_CACHE_KEY: ${{ needs.job_build.outputs.dependency_cache_key }}
438438
- name: Run tests
439-
env:
440-
NODE_VERSION: 16
441439
run: yarn test-ci-browser
442440
- name: Compute test coverage
443441
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)