@colisweb/rescript-toolkit 2.58.0 → 2.58.1

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.
Files changed (2) hide show
  1. package/.gitlab-ci.yml +1 -1
  2. package/package.json +1 -1
package/.gitlab-ci.yml CHANGED
@@ -49,7 +49,7 @@ pages:
49
49
  tags:
50
50
  - aws
51
51
  stage: deploy
52
- image: node:lts-bullseye
52
+ image: node:16
53
53
  script:
54
54
  - export NPM_TOKEN=${NPM_TOKEN:-undefined}
55
55
  - yarn
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colisweb/rescript-toolkit",
3
- "version": "2.58.0",
3
+ "version": "2.58.1",
4
4
  "scripts": {
5
5
  "clean": "rescript clean",
6
6
  "build": "rescript build -with-deps",