Skip to content

Commit

Permalink
feat: add synchook function to ranuts
Browse files Browse the repository at this point in the history
  • Loading branch information
chaxus committed Feb 5, 2024
1 parent 83675c8 commit ac94d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node_version: [14, 16, 18.16.1]
node_version: [18, 20]
include:
# Active LTS + other OS
- os: macos-latest
node_version: 18
node_version: 20
# - os: windows-latest @tensorflow/tfjs-node have some problem
# node_version: 18.16.1
fail-fast: false
Expand Down

0 comments on commit ac94d80

Please sign in to comment.