Skip to content

Commit c49697b

Browse files
authored
Merge pull request #638 from ynishimura/ci-setup-upgrade
Updating the CI environment
2 parents 313355a + 90fc2a6 commit c49697b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-20.04
88
steps:
9-
- uses: actions/checkout@v2
10-
- uses: actions/setup-node@v2.1.4
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-node@v4
1111
with:
12-
node-version: 14
12+
node-version: 18
1313
- run: |
14-
npm install
14+
npm install --legacy-peer-deps
1515
- run: |
1616
npm run lint
1717
- run: |

0 commit comments

Comments
 (0)