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.
a deprecated Node.js version
1 parent 84f8c52 commit 2d6cb2fCopy full SHA for 2d6cb2f
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions/checkout@v4
27
# https://github.com/nodejs/node-gyp#installation
28
- name: Use Python 3.11
29
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
30
with:
31
python-version: '3.11'
32
# https://github.com/hargasinski/node-canvas/blob/e7abe64833d13ec96449c827b1e14befbdf3105d/.github/workflows/ci.yaml#L70
0 commit comments