Skip to content

Commit

Permalink
Merge pull request #1011 from marekdedic/ci-system-node
Browse files Browse the repository at this point in the history
Using system Node in CI
  • Loading branch information
marekdedic authored Jun 25, 2024
2 parents ab90bd6 + c40c69a commit 08b55f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
- name: "Checkout"
uses: actions/checkout@v4

- name: "Setup node"
uses: actions/setup-node@v4.0.2

- name: "Cache NPM dependencies"
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -93,9 +90,6 @@ jobs:
- name: "Checkout"
uses: actions/checkout@v4

- name: "Setup node"
uses: actions/setup-node@v4.0.2

- name: "Cache NPM dependencies"
uses: actions/cache@v4
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Deploy"
name: "Deploy docs"
on:
push:
branches:
Expand All @@ -7,15 +7,12 @@ env:
cache-version: 1
jobs:
build:
name: "Build"
name: "Build docs"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4

- name: "Setup node"
uses: actions/setup-node@v4.0.2

- name: "Cache NPM dependencies"
uses: actions/cache@v4
with:
Expand All @@ -40,7 +37,7 @@ jobs:
path: docs

deploy:
name: "Deploy"
name: "Deploy docs"
runs-on: ubuntu-latest
needs: build
steps:
Expand Down

0 comments on commit 08b55f7

Please sign in to comment.