Skip to content

Commit f39fce6

Browse files
committed
chore: opt into node 24 for github actions to fix deprecation warning
1 parent f84c054 commit f39fce6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12+
env:
13+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
1214

1315
steps:
1416
- name: Checkout repository

0 commit comments

Comments
 (0)