Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-bot committed May 27, 2024
1 parent 78db005 commit 4b5923c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .fernignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ src/generateFromHtml.ts

## Tests
tests/custom.test.ts

## Node v20
.github/workflows/ci.yml
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

- name: Set up node
uses: actions/setup-node@v3
with:
node-version: 20

- name: Compile
run: yarn && yarn build
Expand All @@ -25,6 +27,8 @@ jobs:

- name: Set up node
uses: actions/setup-node@v3
with:
node-version: 20

- name: Compile
run: yarn && yarn test
Expand All @@ -40,6 +44,8 @@ jobs:

- name: Set up node
uses: actions/setup-node@v3
with:
node-version: 20

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 4b5923c

Please sign in to comment.