Skip to content

Commit 237b23e

Browse files
Upgrading to Specmatic 2.11.2
1 parent 553005a commit 237b23e

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313
os: [ubuntu-latest, macos-latest]
1414
runs-on: ${{ matrix.os }}
1515
steps:
16-
# Node 18 does resolves localhost to ipv6 address by default but refuses any connection to it
17-
# Fix this by changing DNS entries in /etc/hosts file to resolve localhost to ipv4 address
18-
# https://stackoverflow.com/questions/72648487/node-js-16-17-changed-resolution-of-localhost
19-
# - run: ${{ !startsWith(matrix.os, 'ubuntu') }} || sudo sed -i '/localhost/c\127.0.0.1 localhost' /etc/hosts
20-
# - run: ${{ !startsWith(matrix.os, 'macos') }} || sudo sed -i '' -e 's/.*localhost.*/127.0.0.1 localhost/g' /etc/hosts
2116
- uses: actions/checkout@v4
2217
- name: Set up JRE 17
2318
uses: actions/setup-java@v4

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"devDependencies": {
5151
"autoprefixer": "^10.4.19",
5252
"postcss": "^8.4.39",
53-
"specmatic": "^2.10.0",
53+
"specmatic": "^2.11.2",
5454
"specmatic-beta": "github:znsio/specmatic-node-beta#72bba12",
5555
"tailwindcss": "^3.4.3"
5656
}

0 commit comments

Comments
 (0)