Skip to content

Commit

Permalink
chore: updated bundling story to work with node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
icehaunter committed Jun 4, 2023
1 parent 4097d82 commit 7eb263c
Show file tree
Hide file tree
Showing 7 changed files with 3,408 additions and 4,480 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs-autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18

- name: Build documentation
run: |
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ name: Node.js Package
on:
release:
types: [created]
workflow_dispatch:

jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: rm -rf dist/
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules
.idea
dist
*.local
**/.vitepress/cache
50 changes: 0 additions & 50 deletions build/rollup.config.js

This file was deleted.

Loading

0 comments on commit 7eb263c

Please sign in to comment.