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 2b96527 commit ca67b77Copy full SHA for ca67b77
1 file changed
.github/workflows/ci.yml
@@ -8,6 +8,8 @@ jobs:
8
9
steps:
10
- uses: actions/checkout@v2
11
+ - name: Set up Node.js 20
12
+ uses: actions/setup-node@v2
13
with:
14
node-version: '20'
15
- name: Set up Python
0 commit comments