Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Commit 020ba32

Browse files
author
Guillaume
committed
Merge branch 'release/next' into main
2 parents f4966e8 + d5ee635 commit 020ba32

File tree

5 files changed

+7847
-5042
lines changed

5 files changed

+7847
-5042
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node: [10, 12, 14, 15]
19+
node: [12, 14, 15, 16]
2020

2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Use Node.js
24-
uses: actions/setup-node@v1
24+
uses: actions/setup-node@v2
2525
with:
2626
node-version: ${{ matrix.node }}
2727
- name: NPM install, lint and build

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Use Node.js 12.x
20-
uses: actions/setup-node@v1
19+
- name: Use Node.js
20+
uses: actions/setup-node@v2
2121
with:
22-
node-version: "12.x"
22+
node-version: "14"
2323
- name: NPM install and build
2424
run: |
2525
npm ci

0 commit comments

Comments
 (0)