Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e0a707

Browse files
committed
ci: opt into node 24 actions runtime
Set FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 so checkout/setup-node and publish workflows run on the upcoming GitHub Actions JavaScript runtime without deprecation warnings.
1 parent 796a71c commit 6e0a707

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CI
22

3+
env:
4+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
5+
36
on:
47
pull_request:
58
push:

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Publish
22

3+
env:
4+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
5+
36
on:
47
workflow_dispatch:
58
inputs:

0 commit comments

Comments
 (0)