Skip to content

Commit

Permalink
test: pin ci to node v18 (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsjtu authored Jul 1, 2024
1 parent 6363a7b commit 565e8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 565e8a0

Please sign in to comment.