Parent Directory
|
Revision Log
|
Patch
revision 134 by rakin, Mon Jul 29 17:28:44 2024 UTC | revision 135 by rakin, Mon Jul 29 17:28:44 2024 UTC | |
---|---|---|
# | Line 21 jobs: | Line 21 jobs: |
21 | uses: actions/setup-node@v3 | uses: actions/setup-node@v3 |
22 | with: | with: |
23 | node-version: ${{ matrix.node-version }} | node-version: ${{ matrix.node-version }} |
24 | cache: 'npm' | |
25 | - run: npm update | - run: npm install |
26 | - run: npm install --dev | - run: npm install --dev |
27 | - run: npm run build --if-present | - run: npm run build --if-present |
28 | - run: npm run test --if-present | - run: npm run test --if-present |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |