Skip to content

Commit

Permalink
Use node 18
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Dec 10, 2023
1 parent 51de211 commit 8650767
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
check-latest: true

- name: Install yq
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '16'
node-version: '18'
check-latest: true

- name: Install yq
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '16'
node-version: '18'
check-latest: true

- name: Install yq
Expand Down
9 changes: 0 additions & 9 deletions layouts/pricing/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@ <h2>Plans</h2>

<!-- cta-right part start -->
<div class="cta-right">
<!-- single cta start -->
<div class="single-cta community has-text-centered">
<h3>Stash Community</h3>
<p>Open source Stash Free for everyone</p>
<div class="bottom-content">
<a href="/docs/latest/setup/install/community" class="button ac-button is-secondary">Install Now!</a>
</div>
</div>
<!-- single cta end -->
<!-- single cta start -->
<div class="single-cta enterprise has-text-centered">
<h3>Stash Enterprise</h3>
Expand Down

0 comments on commit 8650767

Please sign in to comment.