Skip to content

Commit 74e7527

Browse files
committed
workflow
1 parent 4afc88b commit 74e7527

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
- name: checkout
3636
uses: actions/checkout@v3
3737

38-
- name: node
39-
uses: actions/setup-node@v3
40-
with:
41-
node-version: 16.14.0
38+
# - name: node
39+
# uses: actions/setup-node@v3
40+
# with:
41+
# node-version: 16.14.0
4242

4343
- name: deps
4444
run: yarn

0 commit comments

Comments
 (0)