Skip to content

Commit

Permalink
Updated Node-version to 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gfoidl committed Nov 11, 2023
1 parent e1d7573 commit 6231402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/setup-node@v3
name: Setup node
with:
node-version: "16"
node-version: "18"
- run: npm install -g cspell
name: Install cSpell
- run: cspell --config ./docs/cSpell.json "docs/**/*.md"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
config: Release
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
node_version: 16.x
node_version: 18.x

jobs:
build-and-test-code:
Expand Down

0 comments on commit 6231402

Please sign in to comment.