Update nodejs version to 20

This commit is contained in:
AkiraFukushima 2023-12-30 18:42:17 +09:00
parent 1508c81585
commit d5b7ff6609
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
5 changed files with 7 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

1
.tool-versions Normal file
View File

@ -0,0 +1 @@
nodejs 20.10.0