Skip to content

Commit

Permalink
build: drop extra "Setup Node 12" step now that we are using Node 14 …
Browse files Browse the repository at this point in the history
…as minimum (#75)
  • Loading branch information
chrispcampbell committed Aug 5, 2021
1 parent 47f6fe5 commit 0de8016
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '12'

- name: Install Dependencies
run: npm ci

Expand Down

0 comments on commit 0de8016

Please sign in to comment.