Skip to content

Commit

Permalink
node20 and remove edited from release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Nov 8, 2024
1 parent 35dc9ec commit 3e9a0a7
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-docs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os:
- ubuntu-24.04
node-version:
- '18'
- '20'
steps:
# Install deps and cache
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-dotnet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os:
- ubuntu-24.04
node-version:
- '18'
- '20'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os:
- ubuntu-24.04
node-version:
- '18'
- '20'
steps:
# Install deps and cache
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- ubuntu-24.04
- macos-13
node-version:
- '18'
- '20'
steps:
# Install deps and cache
- name: Checkout code
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
release:
types:
- published
- edited

jobs:
deploy:
Expand Down
3 changes: 1 addition & 2 deletions .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ proxy:
services:
cli:
api: 4
image: node:18
image: node:20
command: sleep infinity
ports:
- 5173:5173/http
Expand All @@ -22,4 +22,3 @@ tooling:
vitepress:
service: cli
cmd: npx vitepress

2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20

0 comments on commit 3e9a0a7

Please sign in to comment.