Skip to content

Commit

Permalink
add build environments, test actionas build process/image
Browse files Browse the repository at this point in the history
  • Loading branch information
alekszivko committed Jan 27, 2025
1 parent e0b7c21 commit 1d2c50e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
- uses: actions/checkout@v3
name: checkout

- name: Get npm cache directory
id: npm-cache-dir
shell: bash
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}

- name: Cache node modules
uses: actions/cache@v4
env:
Expand Down

0 comments on commit 1d2c50e

Please # to comment.