Skip to content

Commit 5a41d46

Browse files
committed
ci: fix github actions
1 parent ddc73fd commit 5a41d46

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [14.x, 16.x, 18.x]
19+
node-version: [16.x, 18.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:
File renamed without changes.

test/regression_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ import error_msg_tests from './error_msg_tests.js'
150150
console.log('error_msg_tests.js');
151151

152152

153-
processFile('./test/', '');
153+
processFile('./test', '');
154154

155155
console.log("All tests are OK");
156156

0 commit comments

Comments
 (0)