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 cc4fe05 commit bbc03fdCopy full SHA for bbc03fd
.github/workflows/publish.yml
@@ -19,6 +19,7 @@ jobs:
19
- uses: actions/checkout@v5
20
- uses: actions/setup-node@v6
21
with:
22
+ node-version: "20"
23
registry-url: "https://registry.npmjs.org"
24
- name: Setup dependencies
25
run: |
.github/workflows/test.yml
@@ -11,6 +11,7 @@ jobs:
11
12
13
14
15
16
17
0 commit comments