Skip to content

Commit

Permalink
Merge pull request #36 from CityOfZion/CU-86dtb5432
Browse files Browse the repository at this point in the history
CU-86dtb5432 - Upgrade NeonDappKit Node version on github actions
  • Loading branch information
melanke authored Apr 24, 2024
2 parents 95d2e22 + 46e9ecb commit 02f7a4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main

env:
NODE_VERSION: 16.x
NODE_VERSION: 18.x

jobs:
build-and-test:
Expand All @@ -32,6 +32,7 @@ jobs:
- name: Run Tests
run: cd packages/neon-dappkit && pnpm test
- name: Notify Test Reporter
if: ${{ always() }}
uses: dorny/[email protected]
with:
name: Unit Tests
Expand Down

0 comments on commit 02f7a4b

Please sign in to comment.