Skip to content

Commit

Permalink
build: fix build scripts
Browse files Browse the repository at this point in the history
Use LTS node and latest actions/setup-node
  • Loading branch information
gregtyler committed Mar 28, 2022
1 parent 51926ab commit 80b11de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
with:
fetch-depth: 0

- name: Use Node.js 10.18
uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 10.18
node-version: lts/*

- name: Install and Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: actions/download-artifact@v2
Expand Down

0 comments on commit 80b11de

Please sign in to comment.