We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38bbdf7 commit 3d64967Copy full SHA for 3d64967
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-node@v3
13
with:
14
- node-version: '16.x'
+ node-version: '18.x'
15
registry-url: 'https://registry.npmjs.org'
16
- run: npm install
17
- run: npm publish
0 commit comments