Skip to content

Commit

Permalink
upgrade next to 13.5.6 (#59)
Browse files Browse the repository at this point in the history
* upgrade next to 13.5.2

* upgrade next

* upgrade node

* print pnpm version

* use pnpm v8
  • Loading branch information
dferber90 committed Jan 20, 2024
1 parent 48042d6 commit 63944d5
Show file tree
Hide file tree
Showing 6 changed files with 1,106 additions and 1,178 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:

- uses: pnpm/action-setup@v2.2.2
with:
version: 7
version: 8

- name: Use Node
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.17
cache: "pnpm"

- name: Use cached node_modules
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 7
version: 8

- name: Use Node
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 18.17
cache: "pnpm"

- name: Use cached node_modules
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"autoprefixer": "10.4.2",
"clsx": "1.1.1",
"dedent": "0.7.0",
"next": "13.4.4",
"next": "13.5.6",
"postcss": "8.4.6",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"example"
],
"dependencies": {
"next": "13.4.4",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/react": "18.0.18",
"fetch-mock-jest": "1.5.1",
"jest": "27.5.0",
"next": "13.4.4",
"next": "13.5.6",
"node-fetch": "^2.6.7",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
Loading

1 comment on commit 63944d5

@vercel
Copy link

@vercel vercel bot commented on 63944d5 Jan 20, 2024

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:

flags – ./

flags-happykit.vercel.app
flags-git-master-happykit.vercel.app
flags.happykit.dev

Please sign in to comment.