Skip to content

Commit

Permalink
Merge pull request #638 from ynishimura/ci-setup-upgrade
Browse files Browse the repository at this point in the history
Updating the CI environment
  • Loading branch information
horike37 authored Dec 18, 2024
2 parents 313355a + 90fc2a6 commit c49697b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.4
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18
- run: |
npm install
npm install --legacy-peer-deps
- run: |
npm run lint
- run: |
Expand Down

0 comments on commit c49697b

Please sign in to comment.