We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b6791 commit e99dc2eCopy full SHA for e99dc2e
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
- uses: actions/[email protected]
13
with:
14
- node-version: '16'
+ node-version: '18'
15
registry-url: 'https://registry.npmjs.org'
16
- run: npm ci --no-progress --production
17
- run: npm version --no-push --no-git-tag-version --yes ${{ github.event.release.tag_name }}
0 commit comments