Skip to content

Commit 4b5923c

Browse files
committed
fix
1 parent 78db005 commit 4b5923c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.fernignore

+3
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ src/generateFromHtml.ts
1616

1717
## Tests
1818
tests/custom.test.ts
19+
20+
## Node v20
21+
.github/workflows/ci.yml

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212

1313
- name: Set up node
1414
uses: actions/setup-node@v3
15+
with:
16+
node-version: 20
1517

1618
- name: Compile
1719
run: yarn && yarn build
@@ -25,6 +27,8 @@ jobs:
2527

2628
- name: Set up node
2729
uses: actions/setup-node@v3
30+
with:
31+
node-version: 20
2832

2933
- name: Compile
3034
run: yarn && yarn test
@@ -40,6 +44,8 @@ jobs:
4044

4145
- name: Set up node
4246
uses: actions/setup-node@v3
47+
with:
48+
node-version: 20
4349

4450
- name: Install dependencies
4551
run: yarn install

0 commit comments

Comments
 (0)