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 716107b commit 1ff51feCopy full SHA for 1ff51fe
.github/actions/setup/action.yml
@@ -7,7 +7,6 @@ runs:
7
- uses: actions/setup-node@v4
8
with:
9
node-version: 'lts/*'
10
- cache: 'npm'
11
registry-url: 'https://registry.npmjs.org'
12
- run: npm install -g npm@latest
13
shell: bash
0 commit comments