We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b29af71 + e24523b commit 8e8886cCopy full SHA for 8e8886c
.github/workflows/tests.yml
@@ -1,7 +1,9 @@
1
name: Tests
2
on:
3
pull_request:
4
- branches: [master]
+ branches:
5
+ - main
6
+ - master
7
8
jobs:
9
tests:
@@ -13,7 +15,7 @@ jobs:
13
15
- uses: actions/checkout@v1
14
16
- uses: actions/setup-node@v1
17
with:
- node-version: '10.x'
18
+ node-version: '16.x'
19
- name: Install
20
run: yarn install
21
- name: Linting
@@ -33,7 +35,7 @@ jobs:
33
35
34
36
37
38
39
40
41
- name: Test
package.json
@@ -57,7 +57,7 @@
57
"typescript": "~3.9.7"
58
},
59
"engines": {
60
- "node": "8.* || 10.* || >= 12"
+ "node": "16.* || 18.* || >= 20"
61
62
"jest": {
63
"testEnvironment": "node",
0 commit comments