We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7cd8b7 commit f96c43eCopy full SHA for f96c43e
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
with:
50
node-version: ${{ matrix.node-version }}
51
- name: Install Python 3.10
52
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
53
54
python-version: '3.10'
55
- name: Check Node.js version
@@ -67,7 +67,7 @@ jobs:
67
- name: Use Node.js (latest)
68
run: brew install node
69
70
71
72
73
0 commit comments