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 7ab9393 commit dfe911bCopy full SHA for dfe911b
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Use Node.js
12
uses: actions/setup-node@v1
13
with:
14
- node-version: '16.14.x'
+ node-version: '18.20.x'
15
- run: npm install
16
- run: npm run test
17
- run: npm run lint
0 commit comments