From 412a6b1d2ff8a3c6192b1d5788fd1b11767f02a2 Mon Sep 17 00:00:00 2001 From: James Tu Date: Mon, 1 Jul 2024 15:52:55 -0700 Subject: [PATCH] test: pin ci to node v18 --- .github/workflows/unitTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unitTests.yml b/.github/workflows/unitTests.yml index d8c1f5cc..61dd6823 100644 --- a/.github/workflows/unitTests.yml +++ b/.github/workflows/unitTests.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: ${{ matrix.node_version }} + node-version-file: '.nvmrc' cache: yarn - uses: google/wireit@setup-github-actions-caching/v1 - name: Cache node modules