Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucagiove authored Dec 22, 2023
1 parent fff15e3 commit d56cd3d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,25 +61,25 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Increase patch and commit
run: |
git config --global user.name 'GitHub Action'
git config --global user.email 'action@github'
pnpm version patch
- name: Push Commit
run: git push --follow-tags

- uses: pnpm/action-setup@v2
with:
version: latest

- name: Setup Node.js 20 environment
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'pnpm'

- name: Increase patch and commit
run: |
git config --global user.name 'GitHub Action'
git config --global user.email 'action@github'
pnpm version patch
- name: Push Commit
run: git push --follow-tags

- name: Install dependencies
run: pnpm install --no-frozen-lockfile
Expand Down

0 comments on commit d56cd3d

Please sign in to comment.