Skip to content

Commit

Permalink
Minor fixes: tweak release process; upgrade manifesto (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz authored Oct 24, 2024
1 parent aa6dbcb commit 5d06c0a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 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

Expand All @@ -38,13 +38,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
8 changes: 4 additions & 4 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
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@edsilv/http-status-codes": "^1.0.3",
"@iiif/vocabulary": "^1.0.23",
"manifesto.js": "4.2.18"
"manifesto.js": "4.2.20"
},
"optionalDependencies": {
"fsevents": "*"
Expand Down

0 comments on commit 5d06c0a

Please sign in to comment.