Skip to content

Commit

Permalink
Tune GitHub action for webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdaming committed Mar 11, 2024
1 parent 7ff1859 commit c935d78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go build and test
name: NPM build and test

on:
push:
Expand Down Expand Up @@ -35,6 +35,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: webapp/package-lock.json

- name: Install npm
run: npm ci
Expand Down
1 change: 1 addition & 0 deletions examples/go.work.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c=
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=

0 comments on commit c935d78

Please sign in to comment.