Skip to content

Commit 4e11c9f

Browse files
committed
add nvmrc
1 parent 1d13653 commit 4e11c9f

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

.github/workflows/test.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,12 @@ jobs:
2929
uses: actions/setup-node@v2
3030
id: setup
3131
with:
32-
cache: yarn
32+
cache: npm
3333
node-version-file: .nvmrc
3434

3535
- name: Install deps
3636
id: install
37-
run: yarn install --frozen-lockfile
37+
run: npm install
3838

3939
- name: Lint
40-
run: yarn lint
41-
42-
- name: Typecheck
43-
run: yarn typecheck
44-
45-
- name: Test
46-
run: yarn test
40+
run: npm run lint

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)