We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2cb5c4 commit 1f4aa7dCopy full SHA for 1f4aa7d
.github/workflows/build.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Node.js environment
17
uses: actions/setup-node@v3
18
with:
19
- node-version: "16" # or your preferred version
+ node-version: 22 # or your preferred version
20
21
- name: Install dependencies
22
run: npm install
0 commit comments