From 3e9a0a7cf7a1196e4ab837e90a48a6385b4a4831 Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Fri, 8 Nov 2024 16:54:40 -0500 Subject: [PATCH] node20 and remove edited from release.yml --- .github/workflows/pr-docs-tests.yml | 2 +- .github/workflows/pr-dotnet-tests.yml | 2 +- .github/workflows/pr-linter.yml | 2 +- .github/workflows/pr-unit-tests.yml | 2 +- .github/workflows/release.yml | 1 - .lando.yml | 3 +-- .node-version | 2 +- 7 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pr-docs-tests.yml b/.github/workflows/pr-docs-tests.yml index 0cab94d..c582910 100644 --- a/.github/workflows/pr-docs-tests.yml +++ b/.github/workflows/pr-docs-tests.yml @@ -11,7 +11,7 @@ jobs: os: - ubuntu-24.04 node-version: - - '18' + - '20' steps: # Install deps and cache - name: Checkout code diff --git a/.github/workflows/pr-dotnet-tests.yml b/.github/workflows/pr-dotnet-tests.yml index 4aa94a0..865934a 100644 --- a/.github/workflows/pr-dotnet-tests.yml +++ b/.github/workflows/pr-dotnet-tests.yml @@ -18,7 +18,7 @@ jobs: os: - ubuntu-24.04 node-version: - - '18' + - '20' steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/pr-linter.yml b/.github/workflows/pr-linter.yml index 4bd4214..7dbfd1b 100644 --- a/.github/workflows/pr-linter.yml +++ b/.github/workflows/pr-linter.yml @@ -11,7 +11,7 @@ jobs: os: - ubuntu-24.04 node-version: - - '18' + - '20' steps: # Install deps and cache - name: Checkout code diff --git a/.github/workflows/pr-unit-tests.yml b/.github/workflows/pr-unit-tests.yml index 74c3cad..c64da65 100644 --- a/.github/workflows/pr-unit-tests.yml +++ b/.github/workflows/pr-unit-tests.yml @@ -14,7 +14,7 @@ jobs: - ubuntu-24.04 - macos-13 node-version: - - '18' + - '20' steps: # Install deps and cache - name: Checkout code diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1135c23..46aff01 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,6 @@ on: release: types: - published - - edited jobs: deploy: diff --git a/.lando.yml b/.lando.yml index 2501921..ab60c25 100644 --- a/.lando.yml +++ b/.lando.yml @@ -5,7 +5,7 @@ proxy: services: cli: api: 4 - image: node:18 + image: node:20 command: sleep infinity ports: - 5173:5173/http @@ -22,4 +22,3 @@ tooling: vitepress: service: cli cmd: npx vitepress - \ No newline at end of file diff --git a/.node-version b/.node-version index 3c03207..209e3ef 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -18 +20