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 c1be649 commit a161352Copy full SHA for a161352
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Setup Node.js
49
uses: actions/setup-node@v4
50
with:
51
- node-version: '20'
+ node-version: 'lts/*'
52
registry-url: 'https://registry.npmjs.org'
53
54
- name: Setup pnpm
0 commit comments