Skip to content

Commit 082fe3e

Browse files
CI: opt into Node.js 24 for actions, silence v20 deprecation warning
1 parent b33a617 commit 082fe3e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
permissions:
1313
contents: write # needed to create the release
1414

15+
env:
16+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true'
17+
1518
jobs:
1619
parse:
1720
name: Parse tag

.github/workflows/verify-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
branches: [main]
88
workflow_dispatch:
99

10+
env:
11+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true'
12+
1013
jobs:
1114
build:
1215
name: build (${{ matrix.console }})

0 commit comments

Comments
 (0)