Skip to content

Commit

Permalink
chore: Packges upgrade (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRobz authored Nov 4, 2023
1 parent 6c51bd9 commit c0ad567
Show file tree
Hide file tree
Showing 15 changed files with 2,515 additions and 10,982 deletions.
2 changes: 1 addition & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Chrome 106
Chrome 118
2 changes: 1 addition & 1 deletion .electron-vendors.cache.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"chrome":"106","node":"16"}
{"chrome":"118","node":"18"}
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16 # Need for npm >=7.7
node-version: 20 # Need for npm >=7.7
cache: 'npm'

- name: Cache dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Node and NPM
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'npm'

- name: Cache dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typechecking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16 # Need for npm >=7.7
node-version: 20 # Need for npm >=7.7
cache: 'npm'

# TODO: Install not all dependencies, but only those required for this workflow
Expand Down
Loading

0 comments on commit c0ad567

Please sign in to comment.