Skip to content

Commit

Permalink
like this
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Oct 17, 2024
1 parent d740f3e commit a374d76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ssr-es-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Server-side rendering and ES5
name: ES5 support check

on:
- pull_request
Expand All @@ -20,7 +20,7 @@ jobs:
- run: pnpm install && pnpm build

- name: Run es-check to check if our bundle is ES5 compatible
run: npx es-check@6.1.1 es5 dist/{array,main}.js
run: npx es-check@7.2.1 es5 dist/{array-ie11}.js

- name: Require module via node
run: cd dist; node -e "require('./main')"
- name: Run es-check to check if our bundle is ES5 compatible
run: npx [email protected] es6 dist/{array,main}.js

0 comments on commit a374d76

Please sign in to comment.