Skip to content

Commit 348d12a

Browse files
committed
1.0.24
1 parent 8311f3f commit 348d12a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@ jobs:
1212

1313
- name: Use Node.js
1414
uses: actions/setup-node@v3
15+
with:
16+
node-version: '19'
17+
registry-url: 'https://registry.npmjs.org'
1518

1619
- name: Install dependencies
1720
run: yarn install --immutable
1821

1922
- name: Build the package
2023
run: yarn build
21-
24+
2225
- name: Publish to NPM
2326
run: npm publish --access=public
2427
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/docs-search-modal",
3-
"version": "1.0.23",
3+
"version": "1.0.24",
44
"description": "A custom implementation of the modal search for Apify Docs.",
55
"author": "Jindřich Bär",
66
"license": "ISC",

0 commit comments

Comments
 (0)