Skip to content

Commit

Permalink
node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
lroal committed Jul 8, 2024
1 parent b822fa5 commit 058493b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-20-bullseye
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-22-bullseye
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
container: ["node:20-alpine"]
node-version: [22.x]
container: ["node:22"]
container:
image: ${{ matrix.container }}
services:
Expand Down

0 comments on commit 058493b

Please sign in to comment.