Skip to content

Commit 4f0b1a1

Browse files
Copilothsluoyz
andcommitted
Upgrade CI script to use only Node.js 20, drop Node.js 18
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
1 parent 0c5cee8 commit 4f0b1a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010

1111
- name: Set up Node.js
1212
uses: actions/setup-node@v2.1.5
13+
with:
14+
node-version: ^20
1315

1416
- name: Install Dependency
1517
run: yarn install
@@ -54,7 +56,7 @@ jobs:
5456
runs-on: ubuntu-latest
5557
strategy:
5658
matrix:
57-
node: [^18, ^20]
59+
node: [^20]
5860
steps:
5961
- uses: actions/checkout@v2
6062

0 commit comments

Comments
 (0)