Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
remove unnecessary node env setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kclejeune committed Sep 4, 2021
1 parent b53a4c3 commit ae48806
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/setup-node@v2.3.0
with:
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
node-version: 16.x
# Used to specify a package manager for caching in the default directory. Supported values: npm, yarn, pnpm
cache: npm
- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit ae48806

Please sign in to comment.