Skip to content

Commit 2962399

Browse files
committed
build: add setup node step
1 parent 590ec5e commit 2962399

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919

20+
- name: Setup node.js
21+
uses: actions/setup-node@v3
22+
with:
23+
cache: "yarn"
24+
node-version-file: ".nvmrc"
25+
2026
- name: Configure access to private npm packages
2127
run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > .npmrc
2228

0 commit comments

Comments
 (0)