Skip to content

Commit

Permalink
Update JavaScript dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Aug 28, 2023
1 parent 4faa272 commit faa22e3
Show file tree
Hide file tree
Showing 15 changed files with 3,368 additions and 2,852 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ jobs:
CACHE_FROM: 'type=local,src=/tmp/.buildx-cache'
CACHE_TO: 'type=local,dest=/tmp/.buildx-cache-new'

- name: 'Setup Node.js 16'
- name: 'Setup Node.js 18'
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18

- name: Install Node dependencies
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mermaid-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 'Setup Node.js 16'
- name: 'Setup Node.js 18'
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18
- name: Install Node dependencies
run: npm i
working-directory: mermaid
Expand Down
Loading

0 comments on commit faa22e3

Please sign in to comment.