Skip to content

Commit

Permalink
Update deps June 2024 (#13)
Browse files Browse the repository at this point in the history
* Update deps June 2024

* build: update build pipelines to use node v18 and v20

* chore(deps): add missing @parcel/watcher dev dependency
  • Loading branch information
theodesp committed Jun 18, 2024
1 parent 0ae8c5b commit 555427e
Show file tree
Hide file tree
Showing 7 changed files with 16,178 additions and 2,517 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/blueprint-export-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
- name: Check for changes
id: check-for-export-changes
run: echo ::set-output name=check::$(git diff --name-only origin/main --exit-code -- acm-blueprint.zip)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['16', '18' ]
node: ['18', '20' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
Loading

0 comments on commit 555427e

Please sign in to comment.