Skip to content

Commit 1f4aa7d

Browse files
committed
Fix node version
1 parent c2cb5c4 commit 1f4aa7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js environment
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: "16" # or your preferred version
19+
node-version: 22 # or your preferred version
2020

2121
- name: Install dependencies
2222
run: npm install

0 commit comments

Comments
 (0)