Skip to content

Commit

Permalink
Bump node from 20 to 22 (#5039)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 165b1ef commit ce92e1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ jobs:
run: pip install -r requirements.txt
- uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "22"
- name: Bare Metal ${{ matrix.script.name }}
run: sh tests/test_bare.sh ${{ matrix.script.args }}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/node:20-bookworm-slim
FROM docker.io/node:22-bookworm-slim

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"webpack-merge": "^6.0.1"
},
"engines": {
"node": "20"
"node": "22"
},
"browserslist": [
"last 2 versions"
Expand Down

0 comments on commit ce92e1e

Please sign in to comment.