Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Updating CI workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Walter committed Feb 22, 2020
1 parent f60d508 commit debdf75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: node:12.10-slim
image: node:13.8
timeout-minutes: 3
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v2
- name: Install
run: yarn
- name: Lint
Expand Down

0 comments on commit debdf75

Please sign in to comment.