We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3628633 commit 705ea29Copy full SHA for 705ea29
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Node.js
20
uses: actions/setup-node@v3
21
with:
22
- node-version: "16"
+ node-version: "18"
23
24
- name: Install dependencies
25
run: npm install
0 commit comments