Skip to content

Commit ee2ccd0

Browse files
committed
chore: upgrade node + pnpm versions
1 parent 93288dd commit ee2ccd0

File tree

3 files changed

+9253
-6571
lines changed

3 files changed

+9253
-6571
lines changed

.github/actions/setup-node-pnpm-install/action.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ description: 'Setup Node + PNPM + Install Dependencies'
1616
runs:
1717
using: 'composite'
1818
steps:
19-
- uses: pnpm/action-setup@v2
19+
- uses: pnpm/action-setup@v4
2020
with:
21-
version: 8
22-
- uses: actions/setup-node@v3
21+
version: 9
22+
run_install: false
23+
- uses: actions/setup-node@v4
2324
with:
24-
node-version: 18
25+
node-version: 20
2526
cache: 'pnpm'
2627

2728
- name: 📦 Install Project Dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,5 @@
129129
"type": "git",
130130
"url": "git+https://github.com/obytes/react-native-template-obytes.git"
131131
},
132-
"packageManager": "pnpm@8.6.5"
132+
"packageManager": "pnpm@9.5.0"
133133
}

0 commit comments

Comments
 (0)