We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5e260 commit 2a27cafCopy full SHA for 2a27caf
.github/workflows/feature.yaml
@@ -11,7 +11,7 @@ jobs:
11
- name: setup node.js
12
uses: actions/setup-node@v2
13
with:
14
- node-version: "16"
+ node-version: "18"
15
cache: "npm"
16
- run: npm install
17
- run: npm run lint
.github/workflows/main.yaml
0 commit comments