mirror of
https://github.com/eggjs/egg.git
synced 2024-12-04 07:14:30 +00:00
19 lines
415 B
YAML
19 lines
415 B
YAML
name: CI for 3.x
|
|
|
|
on:
|
|
push:
|
|
branches: [ 3.x ]
|
|
pull_request:
|
|
branches: [ 3.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, 22'
|
|
install: 'npm i -g npminstall && npminstall'
|
|
secrets:
|
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|