Skip to content

Commit 5d0e4e6

Browse files
committed
fix(ci): Update Node.js to v16 and fix Jest command
1 parent 2c6bd98 commit 5d0e4e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Node.js
4141
uses: actions/setup-node@v3
4242
with:
43-
node-version: '14'
43+
node-version: '16'
4444
cache: 'npm'
4545
cache-dependency-path: frontend/package-lock.json
4646

@@ -49,4 +49,4 @@ jobs:
4949
run: |
5050
cd frontend
5151
npm install
52-
npm test
52+
npm test -- --watchAll=false

0 commit comments

Comments
 (0)