We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc093d3 commit 5455963Copy full SHA for 5455963
1 file changed
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
# Step 2: Setup Node.js environment with version 16
20
- uses: actions/setup-node@v3
21
with:
22
- node-version: 16
+ node-version: 22
23
24
# Step 3: Install npm dependencies
25
- run: npm install
0 commit comments