Skip to content

Commit e35666f

Browse files
committed
Merge branch 'main' of https://github.com/solidos/contacts-pane into main
2 parents b3873d1 + e67f3c0 commit e35666f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: npm test
2828
- run: npm run build
2929
- name: Save build
30-
if: matrix.node-version == '14.x'
30+
if: matrix.node-version == '16.x'
3131
uses: actions/upload-artifact@v2
3232
with:
3333
name: build
@@ -45,7 +45,7 @@ jobs:
4545
name: build
4646
- uses: actions/setup-node@v1
4747
with:
48-
node-version: 14.x
48+
node-version: 16.x
4949
- uses: rlespinasse/github-slug-action@v3.x
5050
- name: Append commit hash to package version
5151
run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
@@ -65,7 +65,7 @@ jobs:
6565
name: build
6666
- uses: actions/setup-node@v1
6767
with:
68-
node-version: 14.x
68+
node-version: 16.x
6969
- name: Disable pre- and post-publish actions
7070
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
7171
- uses: JS-DevTools/npm-publish@v1

0 commit comments

Comments
 (0)