File tree Expand file tree Collapse file tree 1 file changed +17
-6
lines changed
Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change 11# Upgrading Dependencies
22
331 . Upgrade nodejs on your dev machine
4- 1 . Upgrade npm on your dev machine (< https://docs.npmjs.com/try-the-latest-stable-version-of-npm > ): \
5- ` npm install -g npm@latest `
6- 1 . Create git branch: \
7- ` git switch -c feature/upgrade-dependencies `
8- 1 . Run: \
9- ` themes/devlog-theme/npm-update.ps1 `
4+ 1 . Upgrade npm on your dev machine (< https://docs.npmjs.com/try-the-latest-stable-version-of-npm > ):
5+
6+ ``` sh
7+ npm install -g npm@latest
8+ ```
9+
10+ 1 . Create git branch:
11+
12+ ``` sh
13+ git switch -c feature/upgrade-dependencies
14+ ```
15+
16+ 1 . Run:
17+
18+ ``` sh
19+ themes/devlog-theme/npm-update.ps1
20+ ```
1021
1122 (or ` themes/devlog-theme/npm-init.ps1 ` on a fresh clone)
12231 . Update ` HUGO_VERSION ` variable in ` .github/workflows/build-and-deploy.yaml `
You can’t perform that action at this time.
0 commit comments