Skip to content

MAINT: Update Node to 20 #21

MAINT: Update Node to 20

MAINT: Update Node to 20 #21

Workflow file for this run

name: CI
on: pull_request
jobs:
main:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install EDM
uses: ./
with:
edm-version: 3.7.0
- name: Show EDM versions
run: edm versions