Skip to content

Commit

Permalink
Merge pull request #724 from fobo66/fix-publishing
Browse files Browse the repository at this point in the history
Fix publishing
  • Loading branch information
fobo66 authored Nov 9, 2024
2 parents 1624104 + 7d34224 commit e6a8b2b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
cache: 'npm'
- run: npm ci
- run: npm test

Expand All @@ -25,7 +26,8 @@ jobs:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
cache: 'npm'
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build --if-present
Expand Down
10 changes: 10 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: npm install && npm run build


6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "algolia-firebase-functions",
"version": "6.0.0",
"version": "6.0.1",
"description": "Cloud Functions for sync Firebase Database with Algolia in real time",
"license": "Apache-2.0",
"engines": {
"node": ">= 14"
"node": ">= 18"
},
"files": [
"dist"
Expand Down

0 comments on commit e6a8b2b

Please sign in to comment.