We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c26bff commit b5c9657Copy full SHA for b5c9657
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install Node
16
uses: actions/setup-node@v3
17
with:
18
- node-version: 20.4.1
+ node-version: 20
19
20
- name: Install Dependencies
21
run: npm install
0 commit comments