Skip to content

Commit b3027bf

Browse files
committed
Possibly fix CI for JS
1 parent 00c836f commit b3027bf

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/test_js.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212
defaults:
1313
run:
14-
working-directory: web
15-
strategy:
16-
matrix:
17-
node-version: [16.x]
14+
working-directory: ./web
1815

1916
steps:
2017
- uses: actions/checkout@v2
21-
- name: Use Node.js ${{ matrix.node-version }}
18+
- name: Setup node 16
2219
uses: actions/setup-node@v2
2320
with:
24-
node-version: ${{ matrix.node-version }}
25-
cache: 'npm'
21+
node-version: '16'
22+
cache: 'yarn'
2623

2724
- name: Install dependencies
2825
run: yarn install

0 commit comments

Comments
 (0)