Skip to content

Commit

Permalink
chore: update to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Nov 9, 2023
1 parent 73703b8 commit 4c61b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.16.0]
node-version: [20]
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
Expand Down

2 comments on commit 4c61b67

@vercel
Copy link

@vercel vercel bot commented on 4c61b67 Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest-next – ./website

vest-next-ealush.vercel.app
vest-next-git-latest-ealush.vercel.app
vest-website.vercel.app
vest-next.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4c61b67 Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest – ./website

vest.vercel.app
vest-git-latest-ealush.vercel.app
vest-ealush.vercel.app
www.vestjs.dev
vestjs.dev

Please sign in to comment.