Skip to content

Commit 9d76822

Browse files
committed
Update UPGRADING_DEPENDENCIES.md
1 parent daae853 commit 9d76822

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

UPGRADING_DEPENDENCIES.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
# Upgrading Dependencies
22

33
1. 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)
1223
1. Update `HUGO_VERSION` variable in `.github/workflows/build-and-deploy.yaml`

0 commit comments

Comments
 (0)