Skip to content

Commit

Permalink
Update CI, .nvmrc and README
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Dec 10, 2024
1 parent de20ad6 commit 6618523
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.11.0' # jod
node-version: '22.12.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.11.0' # jod
node-version: '22.21.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.11.0
22.12.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.11.0 'Jod' LTS ([Node.js Release Schedule](https://nodejs.org/en/about/previous-releases)) – https://nodejs.org/en/
- Node.js v22.12.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 6618523

Please sign in to comment.