We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c510f8 commit 58b6012Copy full SHA for 58b6012
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Node.js
18
uses: actions/setup-node@v4
19
with:
20
- node-version: lts/*
+ node-version: 20
21
- name: Install
22
run: npm install --no-package-lock --force
23
- name: Test
0 commit comments