Skip to content

Commit 67936bb

Browse files
authored
1 parent 3a0cea1 commit 67936bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030

3131
env:
3232
NODE_VERSION: 18.x
33-
PYTHON_VERSION: 3.x
33+
PYTHON_VERSION: 3.14
3434

3535
permissions:
3636
contents: read
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v5
4545

4646
- name: Set up Node.js runtime
47-
uses: actions/setup-node@v4
47+
uses: actions/setup-node@v6
4848
with:
4949
node-version: ${{ env.NODE_VERSION }}
5050

@@ -101,6 +101,7 @@ jobs:
101101
uses: actions/setup-python@v5
102102
with:
103103
python-version: ${{ env.PYTHON_VERSION }}
104+
allow-prereleases: true
104105
cache: pip
105106
cache-dependency-path: |
106107
pyproject.toml

0 commit comments

Comments
 (0)