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 b420db7 commit 2804252Copy full SHA for 2804252
.github/workflows/ci.yml
@@ -41,6 +41,10 @@ jobs:
41
uses: actions/checkout@v4
42
- name: Set up node
43
uses: actions/setup-node@v4
44
+ with:
45
+ node-version: lts/*
46
+ registry-url: 'https://registry.npmjs.org'
47
+ cache: npm
48
- name: Update npm
49
run: npm install -g npm@latest # Ensure npm 11.5.1 or later is installed for OIDC support
50
- name: Install dependencies
0 commit comments