|
|
|
@ -13,16 +13,16 @@ jobs: |
|
|
|
node_version: [20] |
|
|
|
os: [ubuntu-latest, windows-latest, macOS-latest] |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v6 |
|
|
|
- name: Use Node.js ${{ matrix.node_version }} |
|
|
|
uses: actions/setup-node@v4 |
|
|
|
uses: actions/setup-node@v5 |
|
|
|
with: |
|
|
|
node-version: ${{ matrix.node_version }} |
|
|
|
- run: echo ${{github.ref}} |
|
|
|
- uses: oven-sh/setup-bun@v2 |
|
|
|
- run: bun install |
|
|
|
- run: bun run lint |
|
|
|
- run: bun run build |
|
|
|
- uses: utooland/setup-utoo@v1 |
|
|
|
- run: utoo install |
|
|
|
- run: utoo run lint |
|
|
|
- run: utoo run build |
|
|
|
env: |
|
|
|
CI: true |
|
|
|
PROGRESS: none |
|
|
|
|