Skip to content

Commit

Permalink
ci: bump github actions node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
pajecawav committed Nov 20, 2023
1 parent bd3347a commit 8ae75d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: pnpm

- name: Install dependencies
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: pnpm

- name: Install dependencies
Expand Down

1 comment on commit 8ae75d2

@vercel
Copy link

@vercel vercel bot commented on 8ae75d2 Nov 20, 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:

ghloc – ./

ghloc-git-master-pajecawav.vercel.app
ghloc-pajecawav.vercel.app
ghloc.vercel.app

Please sign in to comment.