Skip to content

Commit 8430b27

Browse files
authoredDec 22, 2023
chore: update to Node.js 20 (#429)
1 parent 5b8b458 commit 8430b27

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// For format details, see https://aka.ms/devcontainer.json.
22
{
33
"name": "angular-testing-library",
4-
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18-bullseye",
4+
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-20-bullseye",
55

66
// Features to add to the dev container. More info: https://containers.dev/features.
77
"features": {

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
strategy:
2424
matrix:
25-
node-version: ${{ fromJSON((github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') && '[16]' || '[16, 18]') }}
25+
node-version: ${{ fromJSON((github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') && '[20]' || '[16, 18, 20]') }}
2626
os: ${{ fromJSON((github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') && '["ubuntu-latest"]' || '["ubuntu-latest", "windows-latest"]') }}
2727
runs-on: ${{ matrix.os }}
2828

‎.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
20

0 commit comments

Comments
 (0)
Please sign in to comment.