Skip to content

Commit

Permalink
[RUN_BUILD] Upgrade NWJS 0.94.0 - node 22.7.0 - ubuntu 24.04 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
cavearr committed Dec 26, 2024
1 parent 627294a commit ba8d090
Show file tree
Hide file tree
Showing 5 changed files with 494 additions and 314 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-osx-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: env.skip_build != 'true'
uses: actions/setup-node@v3
with:
node-version: '21.1.0'
node-version: '22.7.0'

- name: Install npm dependencies
if: env.skip_build != 'true'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -39,7 +39,7 @@ jobs:
if: env.skip_build != 'true'
uses: actions/setup-node@v3
with:
node-version: '21.1.0'
node-version: '22.7.0'

- name: Install npm dependencies
run: npm install --legacy-peer-deps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

# Steps represent a sequence of tasks that will be executed as part of
# the job
Expand All @@ -43,7 +43,7 @@ jobs:
if: env.skip_build != 'true'
uses: actions/setup-node@v3
with:
node-version: '21.1.0'
node-version: '22.7.0'

- name: Install npm dependencies
if: env.skip_build != 'true'
Expand Down
Loading

0 comments on commit ba8d090

Please sign in to comment.