Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tolerious authored Jul 5, 2024
1 parent 02e6713 commit 8efd03e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4.0.0
with:
version: 8
- run: pnpm install
Expand All @@ -46,5 +46,6 @@ jobs:
TARGET: "/var/www/html"
- name: copy files
run: cp ../google* .




0 comments on commit 8efd03e

Please sign in to comment.