Skip to content

Commit 6fbd688

Browse files
committed
👷 update ci node version
1 parent bfb21c4 commit 6fbd688

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,13 @@ jobs:
99
publish:
1010
name: Publish
1111
runs-on: ubuntu-latest
12-
strategy:
13-
matrix:
14-
node-version: [16.x]
1512
steps:
1613
- uses: actions/checkout@v4
1714

18-
- name: Use Node.js ${{ matrix.node-version }}
15+
- name: Set up Node
1916
uses: actions/setup-node@v4
2017
with:
21-
node-version: ${{ matrix.node-version }}
22-
cache: yarn
18+
node-version: lts/*
2319

2420
- name: Prepare git
2521
run: |

0 commit comments

Comments
 (0)