Skip to content

Commit

Permalink
update minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa committed Dec 14, 2023
1 parent d9f0871 commit 95f630d
Show file tree
Hide file tree
Showing 3 changed files with 5,529 additions and 4,414 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
matrix:
node-version:
- 14.x
- 16.x
- 18.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
name: build
- uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- uses: rlespinasse/[email protected]
- name: Append commit hash to package version
run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
Expand All @@ -80,7 +80,7 @@ jobs:
name: build
- uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- name: Disable pre- and post-publish actions
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
- uses: JS-DevTools/npm-publish@v1
Expand Down
Loading

0 comments on commit 95f630d

Please sign in to comment.