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 6c62ba3 commit ec9b3c3Copy full SHA for ec9b3c3
.github/workflows/ci.yml
@@ -80,7 +80,11 @@ jobs:
80
- name: ⎔ Setup Node
81
uses: actions/setup-node@v4
82
with:
83
- node-version: 18
+ node-version: lts/*
84
+
85
+ # npm 11.5.1 or later is required so update to latest to be sure
86
+ - name: Update npm
87
+ run: npm install -g npm@latest
88
89
- name: 📥 Install dependencies
90
run: npm install
@@ -101,4 +105,3 @@ jobs:
101
105
env:
102
106
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103
107
NPM_CONFIG_PROVENANCE: true
104
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments