Skip to content

Commit e7c4a63

Browse files
committed
downgrade node version on github action.
1 parent 1a8f562 commit e7c4a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v2
2020
with:
21-
node-version: 18
21+
node-version: 16
2222
cache: 'npm'
2323
cache-dependency-path: '**/package-lock.json'
2424
- run: make deps-project tests-ci

0 commit comments

Comments
 (0)