Skip to content

Commit

Permalink
use already installed nodejs
Browse files Browse the repository at this point in the history
and setup/actions are having issues because we can't reach nodejs
servers:
actions/setup-node#132

And it looks like the default ubuntu version already have nodejs:
https://github.com/actions/virtual-environments/blob/efe1d6eb1a6e5820fbd3d1036f9b0a56beb53a09/images/linux/Ubuntu1804-README.md
  • Loading branch information
zkanda committed Apr 6, 2020
1 parent 3dc2464 commit 6b90cf2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
with:
submodules: true # Fetch Hugo themes
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm install -g postcss-cli autoprefixer
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
Expand Down

0 comments on commit 6b90cf2

Please sign in to comment.