We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790b517 commit 4e45161Copy full SHA for 4e45161
1 file changed
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install Node
23
uses: actions/setup-node@v4
24
with:
25
- node-version: 14
+ node-version: 18
26
cache: pnpm
27
- name: Install Dependencies
28
run: pnpm install --no-frozen-lockfile
0 commit comments