Skip to content

Commit

Permalink
added enable_prepared_ddl feature flag in k8s/ci/storage.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov committed Mar 6, 2024
1 parent d144d12 commit faeeaa2
Show file tree
Hide file tree
Showing 6 changed files with 168 additions and 96 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set Node.js 16.x
- name: Set Node.js 20.x
uses: actions/[email protected]
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@ inputs:
description: 'SLO workload #5 docker build arguments'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/main/index.js'
post: 'dist/post/index.js'
2 changes: 1 addition & 1 deletion dist/main/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit faeeaa2

Please sign in to comment.