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 d0ab44a commit b2aa402Copy full SHA for b2aa402
.github/workflows/release.yml
@@ -3,9 +3,6 @@ on:
3
push:
4
branches:
5
- main
6
- pull_request:
7
- branches:
8
- - main
9
jobs:
10
release:
11
name: Release
@@ -20,7 +17,7 @@ jobs:
20
17
with:
21
18
node-version: "18"
22
19
- name: Install dependencies
23
- run: npm ci
+ run: yarn install --frozen-lockfile
24
- name: Release
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.nvmrc
@@ -0,0 +1 @@
1
+v18.15.0
0 commit comments