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 d7d98fd commit eed1269Copy full SHA for eed1269
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install Node.js 18.x
24
uses: actions/setup-node@v3
25
with:
26
- node-version: '18.x'
+ node-version: '20.x'
27
28
- name: Install dependencies
29
run: |
0 commit comments