Skip to content

Commit

Permalink
Merge pull request #587 from linkeddata/issue#586
Browse files Browse the repository at this point in the history
updates for latest dependencies
  • Loading branch information
bourgeoa committed Nov 30, 2022
2 parents 3a98cfb + 3f2df34 commit c8cf530
Show file tree
Hide file tree
Showing 6 changed files with 10,845 additions and 1,995 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
strategy:
matrix:
node-version:
- 12.x
- 14.x
- 16.x
- 18.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -31,7 +31,7 @@ jobs:
- run: npm run build:browser
- run: npm run build:esm
- name: Save build
if: matrix.node-version == '14.x'
if: matrix.node-version == '16.x'
uses: actions/upload-artifact@v2
with:
name: build
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
name: build
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x
- uses: rlespinasse/github-slug-action@v3.x
- name: Append commit hash to package version
run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
Expand All @@ -83,7 +83,7 @@ jobs:
name: build
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.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 c8cf530

Please sign in to comment.