Skip to content

Commit

Permalink
Pin node 22 version to 22.11
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Dec 8, 2024
1 parent 6257cb6 commit bf6e984
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 @@ -109,6 +109,6 @@ jobs:
run: uv sync
- uses: actions/setup-node@v4
with:
node-version: "22"
node-version: "22.11"
- 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:22-bookworm-slim
FROM docker.io/node:22.11-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": "22"
"node": "22.11"
},
"browserslist": [
"last 2 versions"
Expand Down

0 comments on commit bf6e984

Please sign in to comment.