mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
ci: test with Node.js 17.x (#3274)
This commit is contained in:
parent
f0a478d21a
commit
e30601df8a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x, 14.x, 16.x]
|
||||
node-version: [12.x, 14.x, 16.x, 17.x]
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
|||
2
.github/workflows/companion.yml
vendored
2
.github/workflows/companion.yml
vendored
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10.20.1, 12.x, 14.x, 16.x]
|
||||
node-version: [10.20.1, 12.x, 14.x, 16.x, 17.x]
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue