Skip to content

Commit

Permalink
Update all Node versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Jan 14, 2025
1 parent 82094c7 commit be7d6ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22.12.0' # jod
node-version: '22.13.0' # jod
cache: 'yarn'
- run: yarn install --immutable
- run: yarn run format-check
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22.12.0' # jod
node-version: '22.13.0' # jod
cache: 'yarn'
- run: yarn install --immutable
- run: yarn run lint-check
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.12.0
22.13.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It provides UI-oriented mappings and data structures for easier integration with

## Requirements

- Node.js v22.12.0 'Jod' LTS ([Node.js Release Schedule](https://nodejs.org/en/about/previous-releases)) – https://nodejs.org/en/
- Node.js v22.13.0 'Jod' LTS ([Node.js Release Schedule](https://nodejs.org/en/about/previous-releases)) – https://nodejs.org/en/
- Docker Compose – https://docs.docker.com/compose/

## Installation
Expand Down

0 comments on commit be7d6ad

Please sign in to comment.