Skip to content

Commit

Permalink
fix: node version in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoRVSN committed Jun 3, 2023
1 parent 6fc79bf commit 6b8387c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: ⚙️ Setup node
uses: actions/setup-node@v1
with:
node-version: 16.0.0
node-version: 18.16.0

- name: 🧠 Cache node_modules
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: ⚙️ Setup node
uses: actions/setup-node@v1
with:
node-version: 16.0.0
node-version: 18.16.0

- name: 🧠 Cache node_modules
uses: actions/cache@v2
Expand Down

1 comment on commit 6b8387c

@vercel
Copy link

@vercel vercel bot commented on 6b8387c Jun 3, 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:

chamber – ./

chamber-self.vercel.app
chamber-git-main-rodrigorvsn.vercel.app
chamber-rodrigorvsn.vercel.app

Please sign in to comment.