Skip to content

Commit

Permalink
update node lts
Browse files Browse the repository at this point in the history
  • Loading branch information
june07 committed Jan 21, 2024
1 parent 7658505 commit 93d1ea6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -44,7 +44,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
shard: [1, 2, 3, 4, 5]

steps:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
shard: [1, 2, 3, 4, 5]

steps:
Expand Down

0 comments on commit 93d1ea6

Please sign in to comment.