We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e386cde + ea64ba2 commit 5ef2a4aCopy full SHA for 5ef2a4a
1 file changed
.github/workflows/npm.yml
@@ -24,7 +24,7 @@ jobs:
24
node-version: ${{ matrix.node-version }}
25
26
- name: Install Dependencies
27
- run: npm install
+ run: npm ci
28
29
- name: Test
30
run: npm test
@@ -47,7 +47,7 @@ jobs:
47
node-version: ${{ matrix.node}}
48
49
50
51
52
- name: Generate Package JSON
53
run: ./scripts/generate-package-json.sh
@@ -64,11 +64,11 @@ jobs:
64
- uses: actions/checkout@v4
65
- uses: actions/setup-node@v4
66
with:
67
- node-version: 16
+ node-version: 20
68
registry-url: https://registry.npmjs.org/
69
70
71
72
73
74
0 commit comments