We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb21c4 commit 6fbd688Copy full SHA for 6fbd688
.github/workflows/release.yml
@@ -9,17 +9,13 @@ jobs:
9
publish:
10
name: Publish
11
runs-on: ubuntu-latest
12
- strategy:
13
- matrix:
14
- node-version: [16.x]
15
steps:
16
- uses: actions/checkout@v4
17
18
- - name: Use Node.js ${{ matrix.node-version }}
+ - name: Set up Node
19
uses: actions/setup-node@v4
20
with:
21
- node-version: ${{ matrix.node-version }}
22
- cache: yarn
+ node-version: lts/*
23
24
- name: Prepare git
25
run: |
0 commit comments