We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3143d9 commit f78966fCopy full SHA for f78966f
1 file changed
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-node@v3
15
with:
16
- node-version: 16
+ node-version: 18
17
- run: yarn install
18
- name: Run tests
19
uses: GabrielBB/xvfb-action@v1.0
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
- run: yarn run lint
46
markdownlint-cli:
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
80
81
- name: Run devreplay
82
run: ./node_modules/.bin/devreplay ./src devreplay.json
0 commit comments