Skip to content

Commit

Permalink
chore: bump version 0.4.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshenhai committed Dec 17, 2023
1 parent 282eebf commit 2231414
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,28 @@ name: Node.js CI

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm config set registry https://registry.yarnpkg.com/
# - run: npm install
- run: npm install --global pnpm
- run: pnpm i
- run: npm run beforetest
- run: npm run test
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm config set registry https://registry.yarnpkg.com/
# - run: npm install
- run: npm install --global pnpm
- run: pnpm i
- run: npm run beforetest
- run: npm run test

0 comments on commit 2231414

Please sign in to comment.