web-push-notifications 3.44.1 → 3.44.3
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.
- package/.gitlab-ci.yml +1 -0
- package/ci/npm/Dockerfile +2 -2
- package/package.json +1 -1
package/.gitlab-ci.yml
CHANGED
package/ci/npm/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
FROM node:
|
|
1
|
+
FROM node:18-alpine
|
|
2
2
|
|
|
3
3
|
LABEL vendor="Pushwoosh Inc." \
|
|
4
4
|
name="WebSDK" \
|
|
@@ -8,7 +8,7 @@ ARG NPM_TOKEN
|
|
|
8
8
|
|
|
9
9
|
ENV NPM_TOKEN=${NPM_TOKEN}
|
|
10
10
|
|
|
11
|
-
COPY output/npm /publish/
|
|
11
|
+
# COPY output/npm /publish/
|
|
12
12
|
|
|
13
13
|
COPY .npmrc /publish/.npmrc
|
|
14
14
|
COPY package.json /publish/package.json
|