Skip to content

Commit

Permalink
chore: Issue-1367 - Node upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
bhushan-ebi committed Nov 4, 2024
1 parent a8a26fd commit 465b096
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
- name: Install dependencies
run: yarn install && yarn run build
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4297,9 +4297,9 @@ ejs@^3.1.10:
jake "^10.8.5"

electron-to-chromium@^1.3.30, electron-to-chromium@^1.5.41:
version "1.5.50"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.50.tgz#d9ba818da7b2b5ef1f3dd32bce7046feb7e93234"
integrity sha512-eMVObiUQ2LdgeO1F/ySTXsvqvxb6ZH2zPGaMYsWzRDdOddUa77tdmI0ltg+L16UpbWdhPmuF3wIQYyQq65WfZw==
version "1.5.51"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.51.tgz#bb99216fed4892d131a8585a8593b00739310163"
integrity sha512-kKeWV57KSS8jH4alKt/jKnvHPmJgBxXzGUSbMd4eQF+iOsVPl7bz2KUmu6eo80eMP8wVioTfTyTzdMgM15WXNg==

emoji-regex@^10.2.1:
version "10.4.0"
Expand Down

0 comments on commit 465b096

Please sign in to comment.