1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-23 07:26:36 +01:00

Update node version in CI

This commit is contained in:
AkiraFukushima 2024-12-12 00:30:10 +09:00
parent 71fae13fa5
commit eca85fc7de
No known key found for this signature in database
GPG Key ID: B7EA3A3C9AEC9F0E
4 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Install
run: |
yarn install

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Install
run: |
yarn install

View File

@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: yarn
- name: Install Snapcraft
@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: yarn
- name: Build
run: |
@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: yarn
- name: Apple Codesigning

View File

@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- uses: actions/checkout@v4
- name: Install packages
run: |