We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd77ff commit be10424Copy full SHA for be10424
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Node.js 22.x to publish to npmjs.org
17
uses: actions/setup-node@v1
18
with:
19
- node-version: "22.x"
+ node-version: "18.x"
20
registry-url: "https://registry.npmjs.org"
21
22
- name: Install Packages
0 commit comments