Skip to content

Commit

Permalink
pin node version to build app with
Browse files Browse the repository at this point in the history
  • Loading branch information
arbakker committed Oct 19, 2022
1 parent 5d3dee3 commit ec43783
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 16,092 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/deploy-to-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ jobs:
uses: actions/checkout@v2
with:
persist-credentials: false


- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: lts/fermium

- name: Install and Build 🔧
run: |
npm install
Expand Down
Loading

0 comments on commit ec43783

Please sign in to comment.