Skip to content

Commit 3abfd0a

Browse files
authored
Bump tamagui dependencies to v1.126.x (#67)
* chore: bump tamagui dependencies to `v1.126.12` * build: bump node version to `18` * chore: update package.lock
1 parent e6a9790 commit 3abfd0a

File tree

4 files changed

+595
-617
lines changed

4 files changed

+595
-617
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-node@v4
1111
with:
12-
node-version: 16
12+
node-version: 18
1313
cache: 'npm'
1414

1515
- name: NPM Install

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup node
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: 16
18+
node-version: 18
1919
cache: 'npm'
2020
registry-url: 'https://registry.npmjs.org'
2121

0 commit comments

Comments
 (0)