testeranto 0.79.21 → 0.79.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,6 +8,8 @@ RUN apt-get update && \
8
8
  g++ && \
9
9
  rm -rf /var/lib/apt/lists/*
10
10
 
11
+ RUN yarn global add node-gyp
12
+
11
13
  RUN mkdir -p /usr/src/app
12
14
  WORKDIR /usr/src/app
13
15
  COPY package.json /usr/src/app
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "testeranto",
3
3
  "description": "teeny tiny tightly-typed typescript tests",
4
- "version": "0.79.21",
4
+ "version": "0.79.22",
5
5
  "engines": {
6
6
  "node": "18.18.0"
7
7
  },