Use node 18 in CI

This commit is contained in:
AkiraFukushima 2022-11-26 17:56:19 +09:00
parent 35587798ee
commit c479cf1d6f
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
4 changed files with 7 additions and 6 deletions

View File

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

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
cache: yarn
- name: Build
run: |
@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
cache: yarn
- name: Build
run: |
@ -98,7 +98,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
cache: yarn
- name: Apple Codesigning
uses: apple-actions/import-codesign-certs@v1

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install
run: |
yarn install
@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install
run: |
yarn install

1
.tool-versions Normal file
View File

@ -0,0 +1 @@
nodejs 18.9.1