diff --git a/content/hosting.md b/content/hosting.md index 0ed2335d9..0b45764a7 100644 --- a/content/hosting.md +++ b/content/hosting.md @@ -56,7 +56,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 # Fetch all history for git info - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v3 with: node-version: 18.14 - name: Install Dependencies