Skip to content

Commit

Permalink
Update azure-webapps-node.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsMeRomian authored Feb 25, 2024
1 parent 66a9f98 commit 9b91cf0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/azure-webapps-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
# - name: Set up Node.js
# uses: actions/setup-node@v3
# with:
# node-version: 20
# cache: 'npm'
- name: Setup pnpm
uses: pnpm/action-setup@v3.0.0
- name: install & build
Expand Down

0 comments on commit 9b91cf0

Please sign in to comment.