We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d82470 commit 797d1e7Copy full SHA for 797d1e7
.github/workflows/publish-npm.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup .npmrc file for NPM registry
18
uses: actions/setup-node@v3
19
with:
20
- node-version: 16.x
+ node-version: 19.x
21
registry-url: "https://registry.npmjs.org"
22
23
- name: Install dependencies
0 commit comments