mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 06:10:22 +00:00
chore: set node version to 20
This commit is contained in:
parent
6a389baa19
commit
2246c11aea
12
.github/workflows/testing.yml
vendored
12
.github/workflows/testing.yml
vendored
@ -13,10 +13,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: install node v16
|
||||
- name: install node v20
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 20
|
||||
- name: yarn install
|
||||
run: yarn install
|
||||
- name: run eslint
|
||||
@ -28,10 +28,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: install node v16
|
||||
- name: install node v20
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 20
|
||||
- name: yarn install
|
||||
run: yarn install
|
||||
- name: Run Jest
|
||||
@ -41,10 +41,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: install node v16
|
||||
- name: install node v20
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 20
|
||||
- name: yarn install
|
||||
run: yarn install
|
||||
- name: Build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user