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 7821196 commit fb2007bCopy full SHA for fb2007b
.github/workflows/release-nightly.yml
@@ -24,7 +24,7 @@ jobs:
24
- run: corepack enable
25
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
26
with:
27
- node-version: lts/*
+ node-version: latest
28
registry-url: "https://registry.npmjs.org/"
29
cache: "pnpm"
30
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
31
registry-url: 'https://registry.npmjs.org/'
32
cache: pnpm
33
0 commit comments