Skip to content

Commit beec22a

Browse files
authored
Merge pull request #351 from smuppand/custom_workflow
ci: align test inventory Pages workflow with Node 24 transition
2 parents 8b77cc2 + c13d13b commit beec22a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test-inventory-pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ permissions:
1717
pages: write
1818
id-token: write
1919

20+
env:
21+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
22+
2023
concurrency:
2124
group: "pages"
2225
cancel-in-progress: true
@@ -27,7 +30,7 @@ jobs:
2730

2831
steps:
2932
- name: Checkout repository
30-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3134

3235
- name: Setup Python
3336
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)