We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8311f3f commit 348d12aCopy full SHA for 348d12a
.github/workflows/build-and-publish.yml
@@ -12,13 +12,16 @@ jobs:
12
13
- name: Use Node.js
14
uses: actions/setup-node@v3
15
+ with:
16
+ node-version: '19'
17
+ registry-url: 'https://registry.npmjs.org'
18
19
- name: Install dependencies
20
run: yarn install --immutable
21
22
- name: Build the package
23
run: yarn build
-
24
+
25
- name: Publish to NPM
26
run: npm publish --access=public
27
env:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@apify/docs-search-modal",
3
- "version": "1.0.23",
+ "version": "1.0.24",
4
"description": "A custom implementation of the modal search for Apify Docs.",
5
"author": "Jindřich Bär",
6
"license": "ISC",
0 commit comments