Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Dec 24, 2023
1 parent 33b9943 commit eb0aec8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
Expand All @@ -57,14 +57,17 @@ jobs:
- name: Build
run: yarn build

- name: Check types
run: yarn check:types

- name: Test
run: yarn test-all
run: yarn test:slow

- name: Test release with NodeJS/Typescript example
run: yarn smoketest-node

- name: Test release with create-react-app/Typescript example
run: yarn smoketest-cra

- name: Prettier
run: yarn run prettier-check
- name: Check format
run: yarn check:format

0 comments on commit eb0aec8

Please sign in to comment.