fix: use ts-node inside the egg-bin deps (#240) #958
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: [ master, 5.x ] | |
pull_request: | |
branches: [ master, 5.x ] | |
jobs: | |
Job: | |
name: Node.js | |
uses: node-modules/github-actions/.github/workflows/node-test.yml@master | |
with: | |
os: 'ubuntu-latest, macos-latest, windows-latest' | |
version: '14, 16, 18, 20' |