Skip to content

Commit fd8f464

Browse files
committed
Update Node.js version in devcontainer and adjust node-version matrix in build workflow
1 parent 7676ce2 commit fd8f464

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"additionalVersions": "8.0"
2828
},
2929
"ghcr.io/devcontainers/features/node:1": {
30-
"version": "18"
30+
"version": "22"
3131
},
3232
"ghcr.io/devcontainers/features/python:1": {
3333
"version": "3.10"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
os: [ubuntu-latest, windows-latest, macOS-latest]
57-
node-version: ['18', '20', 'latest' ]
57+
node-version: ['lts/-1', 'lts/*', 'latest' ]
5858
runs-on: ${{ matrix.os }}
5959

6060
steps:

0 commit comments

Comments
 (0)