mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 17:06:35 +03:00
ci(node): test against node 20
This commit is contained in:
3
.github/workflows/node-tests.yml
vendored
3
.github/workflows/node-tests.yml
vendored
@@ -22,13 +22,14 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
|
node: ["18", "20"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
show-progress: false
|
show-progress: false
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: "18"
|
node-version: ${{ matrix.node }}
|
||||||
- name: System info
|
- name: System info
|
||||||
run: |
|
run: |
|
||||||
rustc -vV
|
rustc -vV
|
||||||
|
|||||||
Reference in New Issue
Block a user