Skip to content

Commit

Permalink
CU-86dtb5432 - Upgrade NeonDappKit Node version on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoDizConde committed Apr 23, 2024
1 parent 95d2e22 commit 46e9ecb
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/test-reporter@v1.6.0
with:
name: Unit Tests
Expand Down

0 comments on commit 46e9ecb

Please sign in to comment.