Skip to content

Commit c675065

Browse files
authored
Merge pull request tsparticles#5680 from tsparticles/v4
Updated reps
2 parents ef835f6 + 8ab6229 commit c675065

5 files changed

Lines changed: 297 additions & 104 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/setup-node@v6
2323
with:
2424
node-version: '24'
25-
- uses: pnpm/action-setup@v5.0.0
25+
- uses: pnpm/action-setup@v6.0.0
2626
name: Install pnpm
2727
id: pnpm-install
2828
with:

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- uses: pnpm/action-setup@v5.0.0
3535
with:
36-
run_install: false
36+
cache: true
3737

3838
- name: Get pnpm store directory
3939
id: pnpm-cache

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: pnpm/action-setup@v5.0.0
3939
name: Install pnpm
4040
with:
41-
run_install: false
41+
cache: true
4242

4343
- name: Get pnpm store directory
4444
id: pnpm-cache

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
"devDependencies": {
3636
"@commitlint/cli": "^20.5.0",
3737
"@commitlint/config-conventional": "^20.5.0",
38+
"@nx/devkit": "^22.6.5",
3839
"@swc/core": "^1.15.24",
40+
"@swc-node/register": "^1.11.1",
3941
"@tsparticles/cli": "^3.4.5",
4042
"@tsparticles/depcruise-config": "^3.4.6",
4143
"@tsparticles/eslint-config": "^3.4.6",

0 commit comments

Comments
 (0)