We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd8778 commit ac49044Copy full SHA for ac49044
.github/workflows/release.yml
@@ -15,10 +15,11 @@ jobs:
15
- name: Checkout Repo
16
uses: actions/checkout@v3
17
18
- - name: Setup Node.js 22.13.1
19
- uses: actions/setup-node@v3
+ - name: Use Node.js from nvmrc
+ uses: actions/setup-node@v4
20
with:
21
- node-version: 22.13.1
+ node-version-file: '.nvmrc'
22
+ registry-url: 'https://registry.npmjs.org'
23
24
- name: Install Dependencies
25
run: pnpm i --frozen-lockfile
0 commit comments