Skip to content

Commit 82f2c15

Browse files
committed
fix: Update nitro-codegen to 0.26.3
1 parent b37066f commit 82f2c15

3 files changed

Lines changed: 6 additions & 11 deletions

File tree

.github/workflows/run-nitrogen.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ on:
1919
jobs:
2020
lint:
2121
name: Run Nitrogen
22-
strategy:
23-
matrix:
24-
os: [ubuntu-latest, windows-latest]
25-
runs-on: ${{ matrix.os }}
22+
runs-on: ubuntu-latest
2623
steps:
2724
- uses: actions/checkout@v4
2825
- uses: oven-sh/setup-bun@v2

bun.lock

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"eslint": "^8.57.0",
6464
"eslint-config-prettier": "^9.1.0",
6565
"eslint-plugin-prettier": "^5.2.1",
66-
"nitro-codegen": "*",
66+
"nitro-codegen": "^0.26.3",
6767
"prettier": "^3.3.3",
6868
"react": "19.0.0",
6969
"react-native": "0.79.3",

0 commit comments

Comments
 (0)