Skip to content

Commit

Permalink
update react, node, chakra, and other packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiequach committed Apr 9, 2024
1 parent 5b7c5c5 commit c6434eb
Show file tree
Hide file tree
Showing 20 changed files with 84,641 additions and 108,651 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use Node 14
uses: actions/setup-node@v1
- name: Use Node 20
uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '20'
cache: 'npm'

- name: Use NPM 8.x
- name: Use NPM 9.x
run: npm i -g npm@8

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v20
Loading

0 comments on commit c6434eb

Please sign in to comment.