There was an error while loading. Please reload this page.
1 parent 4fcbedc commit a47d8f1Copy full SHA for a47d8f1
1 file changed
.github/workflows/ci.yml
@@ -19,8 +19,8 @@ jobs:
19
runs-on: ubuntu-latest
20
timeout-minutes: 20
21
steps:
22
- - uses: actions/checkout@v4
23
- - uses: actions/setup-node@v4
+ - uses: actions/checkout@v7
+ - uses: actions/setup-node@v7
24
with:
25
node-version: 24.15.0
26
cache: npm
@@ -31,7 +31,7 @@ jobs:
31
- run: npm audit --omit=dev --audit-level=high
32
- run: npm run verify:package
33
- run: npm run verify:consumer
34
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v7
35
36
name: angular-plotly-package-${{ github.sha }}
37
path: dist/plotly
0 commit comments