There was an error while loading. Please reload this page.
1 parent 86c073a commit 9a8c540Copy full SHA for 9a8c540
1 file changed
.github/workflows/package-smoke.yml
@@ -6,16 +6,13 @@ on:
6
pull_request:
7
workflow_dispatch:
8
9
-env:
10
- FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
11
-
12
jobs:
13
python-package:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
17
18
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
19
with:
20
python-version: "3.11"
21
@@ -51,9 +48,9 @@ jobs:
51
48
npm-package:
52
49
53
50
54
55
56
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
57
58
node-version: "22"
59
0 commit comments