Skip to content

Commit

Permalink
Upgrade Node to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
markhobson committed Jan 14, 2025
1 parent 70738a5 commit c3b663b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22

- name: Create virtual environment
run: python3 -m venv --upgrade-deps .venv
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Digital service for local authorities to provide updates about capital schemes t
## Prerequisites

1. Install Python 3.12
1. Install Node 20
1. Install Node 22
1. Install Docker and Compose plugin
1. Install Google Cloud CLI and authenticate using ADCs:
```bash
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"terser": "~5.26.0"
},
"engines": {
"node": "20",
"node": "22",
"npm": "10"
}
}

0 comments on commit c3b663b

Please sign in to comment.