Skip to content

Commit

Permalink
chore: upgrade to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaltares committed Jul 20, 2024
1 parent b28553d commit 04171d4
Show file tree
Hide file tree
Showing 4 changed files with 13,488 additions and 10,689 deletions.
8 changes: 4 additions & 4 deletions .github/actions/app-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Setup app
runs:
using: composite
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "16"
node-version-file: 'app/.nvmrc'

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Invoicing app built using Next.js

## Requirements

- Node 16, fnm recommended
- Node 20, fnm recommended
- pnpm
- Docker

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

0 comments on commit 04171d4

Please sign in to comment.