We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78db005 commit 4b5923cCopy full SHA for 4b5923c
.fernignore
@@ -16,3 +16,6 @@ src/generateFromHtml.ts
16
17
## Tests
18
tests/custom.test.ts
19
+
20
+## Node v20
21
+.github/workflows/ci.yml
.github/workflows/ci.yml
@@ -12,6 +12,8 @@ jobs:
12
13
- name: Set up node
14
uses: actions/setup-node@v3
15
+ with:
+ node-version: 20
- name: Compile
run: yarn && yarn build
@@ -25,6 +27,8 @@ jobs:
25
27
26
28
29
30
31
32
33
34
run: yarn && yarn test
@@ -40,6 +44,8 @@ jobs:
40
44
41
45
42
46
47
48
43
49
50
- name: Install dependencies
51
run: yarn install
0 commit comments