Skip to content

Commit

Permalink
don't run esm on node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Mar 28, 2024
1 parent 7fabcb4 commit 94ff029
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
node migrate create --name new-migration.js
node migrate up
- name: run vanilla esm example
if: matrix.node != 12
working-directory: examples/0.5-vanilla-esm
run: |
npm init -y
Expand Down

0 comments on commit 94ff029

Please sign in to comment.