Skip to content

Commit

Permalink
chore: update Node.js version, bump deps, use node --run (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
barrenechea authored Jan 4, 2025
1 parent 82467fd commit 2205ae0
Show file tree
Hide file tree
Showing 6 changed files with 132 additions and 112 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm ci

- name: Build
run: npm run build
run: node --run build

- name: Deploy
uses: cloudflare/wrangler-action@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: npm ci

- name: Linting rules
run: npm run lint
run: node --run lint

build:
name: Build
Expand All @@ -45,4 +45,4 @@ jobs:
run: npm ci

- name: Build
run: npm run build
run: node --run build
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22
v23
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Alternatively, launch a ready-to-code dev environment with Gitpod:
For detecting and translating content automatically:

```bash
npm run i18n:generate
node --run i18n:generate
```

Before running the command, set the `OPENAI_API_KEY` environment variable with your OpenAI API key for translation services.
Expand Down
Loading

0 comments on commit 2205ae0

Please sign in to comment.