There was an error while loading. Please reload this page.
2 parents 305a0c0 + f47d3d1 commit fe27245Copy full SHA for fe27245
2 files changed
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: actions/checkout@v7
30
- name: Set up Node ${{ matrix.node-version }}
31
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
32
with:
33
node-version: ${{ matrix.node-version }}
34
- name: Set up Python ${{ matrix.python-version }}
.github/workflows/milestone-publish.yml
@@ -21,7 +21,7 @@ jobs:
21
22
fetch-depth: 0
23
- name: Set up Node
24
25
26
node-version: 26
27
registry-url: https://registry.npmjs.org/
0 commit comments