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.
1 parent 2d5988c commit aa9f45eCopy full SHA for aa9f45e
.github/workflows/test.yml
@@ -31,6 +31,8 @@ jobs:
31
release: ${{ matrix.version }}
32
- name: Setup node
33
uses: actions/setup-node@v4
34
+ with:
35
+ "node-version": 18.x
36
- name: npm clean install
37
run: npm ci
38
- name: Start Xvfb
0 commit comments