File tree Expand file tree Collapse file tree
openspec/changes/introduce-ci-workflow Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 node-version : 22
3535
3636 - name : Install dependencies
37- run : npm ci --omit=optional
37+ run : npm install --omit=optional
3838
3939 - name : Lint C++
4040 run : npm run lint:cpp
7070 node-version : ${{ matrix.node }}
7171
7272 - name : Install dependencies
73- run : npm ci --omit=optional
73+ run : npm install --omit=optional
7474
7575 - name : Build
7676 run : npm run build
9393 uses : actions/checkout@v4
9494
9595 - name : Install dependencies
96- run : npm ci --omit=optional
96+ run : npm install --omit=optional
9797
9898 - name : Build
9999 run : npm run build
@@ -120,7 +120,7 @@ jobs:
120120 node-version : ${{ matrix.node }}
121121
122122 - name : Install dependencies
123- run : npm ci --omit=optional
123+ run : npm install --omit=optional
124124
125125 - name : Build
126126 run : npm run build
@@ -147,7 +147,7 @@ jobs:
147147 node-version : ${{ matrix.node }}
148148
149149 - name : Install dependencies
150- run : npm ci --omit=optional
150+ run : npm install --omit=optional
151151
152152 - name : Build
153153 run : npm run build
Original file line number Diff line number Diff line change 7070## 9. Validation
7171
7272- [x] 9.1 Run workflow locally with ` act ` to validate syntax (if available)
73- - [ ] 9.2 Push to branch and verify workflow triggers on PR
73+ - [x ] 9.2 Push to branch and verify workflow triggers on PR ( https://github.com/pproenca/node-webcodecs/pull/10 )
7474- [ ] 9.3 Verify lint job completes in under 2 minutes
7575- [ ] 9.4 Verify all matrix entries build and test successfully
7676- [x] 9.5 Test ` npm install ` locally includes FFmpeg optional dependency
You can’t perform that action at this time.
0 commit comments