We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24a94c commit c30f652Copy full SHA for c30f652
1 file changed
.github/workflows/release.yml
@@ -19,14 +19,14 @@ jobs:
19
- name: Setup Node.js 18.x
20
uses: actions/setup-node@v4
21
with:
22
- node-version: 18.x
+ node-version: 18.20.8
23
cache: 'npm'
24
- run: npm i -g npm@latest
25
- name: Install Dependencies
26
run: npm ci
27
28
- name: Create Release Pull Request or Publish to npm
29
- uses: changesets/action@v1
+ uses: changesets/action@v1.7.0
30
31
publish: npm run release
32
version: npm run version
0 commit comments