Skip to content

Commit

Permalink
build: upgrade deps to latest (#208)
Browse files Browse the repository at this point in the history
* Also upgrade to Node v18.12.0 LTS
  • Loading branch information
camargo authored Nov 1, 2022
1 parent 28a0ff6 commit 2dfe312
Show file tree
Hide file tree
Showing 8 changed files with 259 additions and 287 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '16.17.0'
node-version: '18.12.0'
- name: Install Dependencies
run: npm ci
- name: Svelte Sync
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.17.0'
node-version: '18.12.0'
- name: Install All Dependencies
run: npm ci
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup Node (UI)
uses: actions/setup-node@v2
with:
node-version: '16.17.0'
node-version: '18.12.0'
- name: Install Dependencies (UI)
run: npm ci
- name: Build (UI)
Expand Down
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.DS_Store
aerie/
build
node_modules
e2e-test-results
unit-test-results
/.svelte-kit
.idea/
node_modules
/package
/static/version.json
aerie/
.idea/
/.svelte-kit
unit-test-results
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.17.0
v18.12.0
Loading

0 comments on commit 2dfe312

Please sign in to comment.