Skip to content

Commit 5d06c0a

Browse files
authored
Minor fixes: tweak release process; upgrade manifesto (#47)
1 parent aa6dbcb commit 5d06c0a

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup node
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: '18.x'
22+
node-version: '18'
2323
- run: npm ci
2424
- run: npm run build
2525

@@ -38,13 +38,14 @@ jobs:
3838
- name: Setup node
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: '18.x'
41+
node-version: '18'
4242

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

4747
- run: npm ci
48+
- run: npm run build
4849

4950
- uses: JS-DevTools/npm-publish@v3
5051
with:

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@edsilv/http-status-codes": "^1.0.3",
4747
"@iiif/vocabulary": "^1.0.23",
48-
"manifesto.js": "4.2.18"
48+
"manifesto.js": "4.2.20"
4949
},
5050
"optionalDependencies": {
5151
"fsevents": "*"

0 commit comments

Comments
 (0)