Skip to content

Commit 45e5f1e

Browse files
committed
GH workflow versions
1 parent 70f2c04 commit 45e5f1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 20
18-
- uses: actions/setup-python@v4
17+
node-version: latest
18+
- uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.11'
20+
python-version: "3.11"
2121
- run: npm install
2222
- run: npm test

0 commit comments

Comments
 (0)