mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
lock node-js version on ci (#4606)
https://github.com/nodejs/node/issues/48921
This commit is contained in:
parent
f639a6745e
commit
2e8a78dddb
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -34,7 +34,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [16.x, 18.x, 20.x]
|
||||
# todo put back?
|
||||
node-version: [16.x, 18.16.0, 20.4.0]
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue