Skip to content

Commit 28ade23

Browse files
authored
build.yml: force node.js 24 to avoid deprecation warnings
1 parent 6146959 commit 28ade23

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
name: Build binaries
33
on: [push, pull_request]
4+
env:
5+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
46

57
jobs:
68

@@ -167,7 +169,7 @@ jobs:
167169
cd artifact
168170
do-release.cmd
169171
170-
- uses: geekyeggo/delete-artifact@v5
172+
- uses: geekyeggo/delete-artifact@v6
171173
with:
172174
name: binary-*
173175

0 commit comments

Comments
 (0)