Skip to content

Commit b2aa402

Browse files
committed
nvmrc + workflow fixes
1 parent d0ab44a commit b2aa402

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
pull_request:
7-
branches:
8-
- main
96
jobs:
107
release:
118
name: Release
@@ -20,7 +17,7 @@ jobs:
2017
with:
2118
node-version: "18"
2219
- name: Install dependencies
23-
run: npm ci
20+
run: yarn install --frozen-lockfile
2421
- name: Release
2522
env:
2623
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v18.15.0

0 commit comments

Comments
 (0)