Skip to content

Commit

Permalink
Merge b04e240 into ebd8b20
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Sep 5, 2021
2 parents ebd8b20 + b04e240 commit f64f906
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Expand Up @@ -5,20 +5,15 @@ jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
matrix:
node-version: [16]

steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}

- name: Cache dependencies
uses: actions/cache@v2
Expand Down

0 comments on commit f64f906

Please sign in to comment.