Skip to content

Commit

Permalink
build(node) bumped to 22.11.0 lts/jod (#862)
Browse files Browse the repository at this point in the history
* fix: bumped to node 22.11.0 lts/jod

* fix: build all after rebase

* fix: bumped node version in smoke test cron action

* fix: updated @types/node version
  • Loading branch information
Lunkan89 authored Jan 17, 2025
1 parent 1298756 commit 775432e
Show file tree
Hide file tree
Showing 12 changed files with 15,286 additions and 15,340 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
nodeVersion:
description: 'Node version'
required: true
default: '20.9.0'
default: '22.11.0'
type: string

betaVersionSuffix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/holy-grail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
nodeVersion:
description: 'Node version'
required: true
default: '20.9.0'
default: '22.11.0'
type: string

tags:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22

- name: Install dependencies
working-directory: packages/core
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
nodeVersion:
description: 'Node version'
required: true
default: '20.9.0'
default: '22.11.0'
type: string

jobs:
Expand Down
Loading

0 comments on commit 775432e

Please sign in to comment.