Skip to content

Commit 2ca9a36

Browse files
authored
Update nodejs.yml
1 parent 8793073 commit 2ca9a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
node-version: ${{ matrix.node-version }}
2020
- name: npm install, build, and test
2121
run: |
22-
node tests\\run_tests.js
22+
node tests/run_tests.js
2323
env:
2424
CI: true

0 commit comments

Comments
 (0)