Skip to content

Commit

Permalink
Release v4.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Oct 24, 2024
1 parent 24e6e88 commit 4fd3815
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '18'
- run: npm ci
- run: npm run build
- run: npm run test
Expand All @@ -39,13 +39,14 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '18'

- name: Set tag
id: tagName
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}

- run: npm ci
- run: npm run build

- uses: JS-DevTools/npm-publish@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manifesto.js",
"version": "4.2.19",
"version": "4.2.20",
"description": "IIIF Presentation API utility library for client and server",
"main": "./dist-commonjs/index.js",
"module": "./dist-esmodule/index.js",
Expand Down

0 comments on commit 4fd3815

Please sign in to comment.