Updated replace-version script to use ESM and updated to node 16.14

This commit is contained in:
Alejandro Celaya
2022-05-15 08:35:59 +02:00
parent dd0f5f961c
commit e117429373
7 changed files with 7 additions and 7 deletions

View File

@@ -11,6 +11,6 @@ jobs:
ci:
uses: shlinkio/github-actions/.github/workflows/web-app-ci.yml@main
with:
node-version: 16.13
node-version: 16.14
with-mutation-tests: true
publish-coverage: true

View File

@@ -16,7 +16,7 @@ jobs:
- name: Use node.js
uses: actions/setup-node@v1
with:
node-version: 16.13
node-version: 16.14
- name: Build
run: |
npm ci && \

View File

@@ -14,7 +14,7 @@ jobs:
- name: Use node.js
uses: actions/setup-node@v1
with:
node-version: 16.13
node-version: 16.14
- name: Generate release assets
run: npm ci && VERSION=${GITHUB_REF#refs/tags/v} npm run build:dist
- name: Publish release with assets