Skip to content

Commit 8be2431

Browse files
committed
build: updated deps and node in workflow
1 parent 8daed64 commit 8be2431

File tree

4 files changed

+106
-271
lines changed

4 files changed

+106
-271
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# uses: nrwl/nx-set-shas@v3
2929
- uses: actions/setup-node@v4
3030
with:
31-
node-version: '16'
31+
node-version: '20'
3232
- uses: pnpm/action-setup@v2.4.0
3333
name: Install pnpm
3434
id: pnpm-install
@@ -70,7 +70,7 @@ jobs:
7070
# uses: nrwl/nx-set-shas@v3
7171
- uses: actions/setup-node@v4
7272
with:
73-
node-version: '16'
73+
node-version: '20'
7474
- uses: pnpm/action-setup@v2.4.0
7575
name: Install pnpm
7676
id: pnpm-install
@@ -113,7 +113,7 @@ jobs:
113113
# - uses: actions/checkout@v3
114114
# - uses: actions/setup-node@v3
115115
# with:
116-
# node-version: '16'
116+
# node-version: '20'
117117
# - uses: pnpm/action-setup@v2.2.2
118118
# name: Install pnpm
119119
# id: pnpm-install

apps/nextjs-beta/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@next/font": "^13.5.6",
13+
"@next/font": "^14.0.3",
1414
"@tsparticles/configs": "^3.0.0-beta.4",
1515
"@tsparticles/engine": "^3.0.0-beta.4",
1616
"@tsparticles/react": "^3.0.0-beta.1",
1717
"@types/node": "^20.9.1",
1818
"@types/react": "^18.2.37",
1919
"@types/react-dom": "^18.2.15",
2020
"eslint": "^8.54.0",
21-
"eslint-config-next": "^13.5.6",
22-
"next": "^13.5.6",
21+
"eslint-config-next": "^14.0.3",
22+
"next": "^14.0.3",
2323
"react": "^18.2.0",
2424
"react-dom": "^18.2.0",
2525
"tsparticles": "^3.0.0-beta.4",

apps/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"@tsparticles/engine": "^3.0.0-beta.4",
1414
"@tsparticles/react": "^3.0.0-beta.1",
1515
"@tsparticles/preset-big-circles": "^3.0.0-beta.4",
16-
"next": "^13.5.6",
16+
"next": "^14.0.3",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",
1919
"typescript": "^5.2.2"
2020
},
2121
"devDependencies": {
2222
"eslint": "^8.54.0",
23-
"eslint-config-next": "^13.5.6"
23+
"eslint-config-next": "^14.0.3"
2424
}
2525
}

0 commit comments

Comments
 (0)