Skip to content

Commit

Permalink
build: bump node (#300)
Browse files Browse the repository at this point in the history
## Description

This PR updates `node` to 18.
  • Loading branch information
Syed-Ali-Abbas-Zaidi authored Mar 6, 2023
1 parent 2f79973 commit 9c162d1
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 11,587 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Nodejs
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18

- name: Export CHROME_BIN Env Variable
run: export CHROME_BIN=chromium-browser
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ for important additional information.

## Getting Started

The UI Toolkit uses Node 16 to manage its dependencies. To work with the repo locally, you will need to have Node 16 installed. We recommend [using n](https://github.com/tj/n) to manage node versions on your machine.
The UI Toolkit uses Node 18 to manage its dependencies. To work with the repo locally, you will need to have Node 18 installed. We recommend [using n](https://github.com/tj/n) to manage node versions on your machine.

1. Get the code (e.g. clone the repository).
2. Install the Node requirements:
Expand Down
Loading

0 comments on commit 9c162d1

Please sign in to comment.