Skip to content

Commit

Permalink
feat(deps): @google-cloud/datastore@8
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Aug 10, 2023
1 parent 534452e commit db42be5
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 596 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
branches: [master, next, act]

env:
NODE_OPTIONS: --max-old-space-size=3200

jobs:
release-job:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
env: { NODE_OPTIONS: '--max-old-space-size=3200' }
steps:
- { uses: actions/checkout@v3, with: { persist-credentials: true } }
- { uses: actions/setup-node@v3, with: { node-version: 18, cache: 'yarn' } }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"prepare": "husky install"
},
"dependencies": {
"@google-cloud/datastore": "^7.0.0",
"@google-cloud/datastore": "^8.0.0",
"@naturalcycles/db-lib": "^8.46.1",
"@naturalcycles/js-lib": "^14.116.0",
"@naturalcycles/nodejs-lib": "^12.0.0"
Expand Down
Loading

0 comments on commit db42be5

Please sign in to comment.