Skip to content

Commit

Permalink
feat(workflow): update node version to understand es imports
Browse files Browse the repository at this point in the history
  • Loading branch information
quarkus committed Jun 14, 2024
1 parent fc30351 commit f5771d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18
registry-url: https://npm.pkg.github.com/

- name: execute npm ci command
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18
- run: npm ci
- uses: JS-DevTools/npm-publish@v1
with:
Expand Down

0 comments on commit f5771d3

Please sign in to comment.