File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,14 @@ jobs:
1414 name : Deploy to GitHub Pages
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
18- - uses : actions/setup-node@v3
17+ - uses : actions/checkout@v4
18+ - uses : actions/setup-node@v4
1919 with :
20- node-version : 20
20+ node-version : 22
2121
22- - name : Install dependencies
23- run : npm install
22+ - run : npm ci
2423
25- - name : Build website
26- run : npm run build
24+ - run : npm run build
2725
2826 - name : Deploy to GitHub Pages
2927 uses : peaceiris/actions-gh-pages@v3
3735 # The GH actions bot is used by default if you didn't specify the two fields.
3836 # You can swap them out with your own user credentials.
3937 user_name : github-actions[bot]
40- user_email : 41898282+github-actions[bot]@users.noreply.github.com
38+ user_email : 41898282+github-actions[bot]@users.noreply.github.com
You can’t perform that action at this time.
0 commit comments