Skip to content

Commit b711cc8

Browse files
feat: github actions upgrade
1 parent aa6142c commit b711cc8

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
node-version: 16
1717

18-
- uses: pnpm/action-setup@v2.2.4
18+
- uses: pnpm/action-setup@v4
1919
name: Install pnpm
2020
id: pnpm-install
2121
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: 16
2222

2323
- name: Install pnpm
24-
uses: pnpm/action-setup@v2.2.4
24+
uses: pnpm/action-setup@v4
2525
id: pnpm-install
2626
with:
2727
version: 7

apps/e2e/metro.config.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/expo/metro.config.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)