Skip to content

Commit

Permalink
attempt to use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Nov 8, 2023
1 parent 12a8bf0 commit 23fb692
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '18'

- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0
Expand Down Expand Up @@ -58,7 +61,7 @@ jobs:
--configuration Release
--property:Version=${{ steps.gitversion.outputs.nuGetVersion }}
--property:ContinuousIntegrationBuild=true
-warnaserror
-warnAsError
- name: Test library
run: >
Expand Down Expand Up @@ -90,4 +93,3 @@ jobs:
with:
name: packages
path: NuGet
if: ${{ always() }}

0 comments on commit 23fb692

Please sign in to comment.