Skip to content

Commit

Permalink
add type module
Browse files Browse the repository at this point in the history
  • Loading branch information
siggerzz committed Feb 9, 2024
1 parent 5329bf5 commit d657ba3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changeset-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,14 @@ jobs:
done
- name: Create and publish snapshot release
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
GITHUB_TOKEN: ${{ secrets.CHANGESETS_TOKEN }}
with:
github-token: ${{ secrets.CHANGESETS_TOKEN }}
script: |
const execa = require('execa');
const { default: createAndPublish } = await import('./github/workflows/changeset-snapshot/create-and-publish.mjs');
const { default: createAndPublish } = await import('./github/workflows/changeset-snapshot/create-and-publish.js');
await createAndPublish({ github, context }, execa);
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "The home of Just Eat Takeaway.com's PIE Design System",
"version": "2.53.0",
"keywords": [],
"type": "module",
"author": "Just Eat Takeaway.com - Design System Team",
"license": "Apache-2.0",
"packageManager": "[email protected]",
Expand Down

0 comments on commit d657ba3

Please sign in to comment.