Skip to content

Commit

Permalink
Upgrade to Node v18.13
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Oct 30, 2023
1 parent 4696772 commit e66c542
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: 📦 Install Dependencies
run: yarn install --immutable --immutable-cache --check-cache

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18.13
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MPDX

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/zeit/next.js/tree/canary/packages/create-next-app).
The project uses node version 16.16.0.
The project uses node version 18.13.0.

## Environments

Expand Down

0 comments on commit e66c542

Please sign in to comment.