We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02009ae commit 2679901Copy full SHA for 2679901
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- run: npm run doc
29
- run: npm run build
30
- name: Save build
31
- if: matrix.node-version == '16.x'
+ if: matrix.node-version == '18.x'
32
uses: actions/upload-artifact@v2
33
with:
34
name: build
@@ -60,7 +60,7 @@ jobs:
60
61
- uses: actions/setup-node@v1
62
63
- node-version: 16.x
+ node-version: 18.x
64
- uses: rlespinasse/github-slug-action@v3.x
65
- name: Append commit hash to package version
66
run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
85
- name: Disable pre- and post-publish actions
86
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
87
- uses: JS-DevTools/npm-publish@v1
0 commit comments