File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,12 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - uses : actions/setup-node@v6.3.0
22- node-version : 22.22.x
22+ with :
23+ node-version : 22.22.x
2324 - name : Checkout your repository using git
2425 uses : actions/checkout@v4
2526 - name : Install dependencies
26- run : npm run install
27+ run : npm ci
2728 - name : Build website
2829 run : npm run build
2930 - name : Deploy to Cloudflare Workers
Original file line number Diff line number Diff line change @@ -19,11 +19,12 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - uses : actions/setup-node@v6.3.0
22- node-version : 22.22.x
22+ with :
23+ node-version : 22.22.x
2324 - name : Checkout your repository using git
2425 uses : actions/checkout@v4
2526 - name : Install dependencies
26- run : npm run install
27+ run : npm ci
2728 - name : Build website
2829 run : npm run build
2930 - name : Deploy to Cloudflare Workers
You can’t perform that action at this time.
0 commit comments