We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b9108 commit 2a91672Copy full SHA for 2a91672
.github/workflows/pull-request.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Set up node
41
uses: actions/setup-node@v3
42
with:
43
- node-version: "16"
+ node-version: "22"
44
- name: Install dependencies
45
run: npm ci
46
- name: Run ESLint
0 commit comments