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 2752ad1 commit 8369c36Copy full SHA for 8369c36
.github/workflows/actions/publish-npm/action.yml
@@ -17,7 +17,7 @@ runs:
17
steps:
18
- uses: actions/setup-node@v3
19
with:
20
- node-version: 16.x
+ node-version: 18.x
21
- name: Install latest npm
22
run: npm install -g npm@latest
23
shell: bash
0 commit comments