Skip to content

Commit

Permalink
Upgrade Node to 20.9.0 (#2220)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Jun 21, 2024
1 parent 4abb4e1 commit 772a1e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20.9"
cache: "yarn"
cache-dependency-path: "vscode"

Expand All @@ -79,7 +79,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20.9"
cache: "yarn"
cache-dependency-path: "vscode"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-node@v4
name: Use Node.js 18.x
with:
node-version: "18"
node-version: "20.9"
cache: "yarn"
cache-dependency-path: "vscode"

Expand Down
2 changes: 1 addition & 1 deletion dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ up:
- bundler
- node:
yarn: true
version: 18.15.0
version: 20.9.0
packages:
- vscode

Expand Down

0 comments on commit 772a1e2

Please sign in to comment.