We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af90b63 commit e4c5846Copy full SHA for e4c5846
3 files changed
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
fetch-depth: 0
15
- uses: actions/setup-node@v3
16
with:
17
- node-version: "14"
+ node-version: "18"
18
- name: Install dependencies
19
run: npm install --no-optional
20
- run: xvfb-run -a npm test
.github/workflows/linters.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
run: npm install
- name: ESlint
.github/workflows/release.yml
- name: Setup node
uses: actions/setup-node@v3
- name: Run tests
0 commit comments