Skip to content

Commit

Permalink
Modernize action & add caching
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Apr 13, 2024
1 parent a75775a commit ecceaa9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ jobs:
contents: write
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Use Node LTS
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: "16" # lts
cache: 'npm'

# This build runs with path prefix for github pages (hosted on subdirectory),
# for example https://<USER>.github.io/<REPO-NAME>/
Expand Down

0 comments on commit ecceaa9

Please sign in to comment.