We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2549919 commit 0562ad8Copy full SHA for 0562ad8
docs/upgrade-node.md
@@ -7,6 +7,7 @@ This document describes how to upgrade the Node version used by the Announcement
7
1. Update the node version in [package.json](/web-app/package.json)
8
2. Update the nodesource link in [Dockerfile](/.devcontainer/Dockerfile)
9
3. Update the `node-version` in [action.yml](/.github/workflows/composite/web-app-build-test/action.yml)
10
-4. Rebuild codespace
11
-5. Check `node -v`
12
-6. Continue [testing](./testing.md)
+4. Update the `linuxFxVersion` in [appservice-module.bicep](/infrastructure/modules/appservice-module.bicep)
+5. Rebuild codespace
+6. Check `node -v`
13
+7. Continue [testing](./testing.md)
0 commit comments