Skip to content

Commit

Permalink
updates node version
Browse files Browse the repository at this point in the history
  • Loading branch information
udos86 committed Dec 3, 2022
1 parent 104a422 commit d9f6b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- run: npm i --force
- run: npm run build:core && npm run test:core
- run: npm run build:ui-basic && npm run test:ui-basic
Expand Down

0 comments on commit d9f6b1c

Please sign in to comment.