Skip to content

Commit c65ec85

Browse files
authored
newer node
1 parent 8b011d7 commit c65ec85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
uses: actions/checkout@v3
1616

1717
- name: Setup Node
18-
uses: actions/setup-node@v3
18+
uses: actions/setup-node@v4
19+
with:
20+
node-version: '21.6.1'
1921

2022
- run: npm install
2123
- run: npm run build

0 commit comments

Comments
 (0)