Skip to content

Commit 5f32a65

Browse files
authored
Merge pull request #281 from usu/fix/bump-hal-json-normalizer
fix: bump hal json normalizer
2 parents 1ff05d1 + ece9953 commit 5f32a65

File tree

3 files changed

+1710
-12509
lines changed

3 files changed

+1710
-12509
lines changed

.github/workflows/continuous-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node: [ '14', '16', '18' ]
14+
node: [ '16', '18' ]
1515
steps:
1616

1717
- uses: actions/checkout@v2
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup node
5757
uses: actions/setup-node@v2
5858
with:
59-
node-version: 14
59+
node-version: 16
6060

6161
- run: npm ci
6262

0 commit comments

Comments
 (0)