Skip to content

Commit

Permalink
NWJS upgrade 0.95.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cavearr committed Feb 1, 2025
1 parent 5b73fa6 commit 47ad919
Show file tree
Hide file tree
Showing 8 changed files with 102 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Nodejs version
uses: actions/setup-node@v3
with:
node-version: '21.1.0'
node-version: '23.3.0'

- name: Install npm dependencies
run: npm install --legacy-peer-deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-osx-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: env.skip_build != 'true'
uses: actions/setup-node@v3
with:
node-version: '22.7.0'
node-version: '23.3.0'

- name: Install npm dependencies
if: env.skip_build != 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: env.skip_build != 'true'
uses: actions/setup-node@v3
with:
node-version: '22.7.0'
node-version: '23.3.0'

- name: Install npm dependencies
run: npm install --legacy-peer-deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: env.skip_build != 'true'
uses: actions/setup-node@v3
with:
node-version: '22.7.0'
node-version: '23.3.0'

- name: Install npm dependencies
if: env.skip_build != 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 'latest'
node-version: '23.3.0'
cache: 'npm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Setup Nodejs version
uses: actions/setup-node@v4
with:
node-version: '21.1.0'
node-version: '23.3.0'

- name: Install npm dependencies
run: |
Expand Down
Loading

0 comments on commit 47ad919

Please sign in to comment.