Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Jan 20, 2024
1 parent ea6ad94 commit 2dd2c0a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/npm-publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
with:
node-version: 'lts/*'
registry-url: https://registry.npmjs.org/
- name: Install pnpm
uses: pnpm/action-setup@v2.4.0
with:
version: latest
- run: pnpm install
- run: pnpm test
- run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
with:
node-version: 'lts/*'
registry-url: https://registry.npmjs.org/
- name: Install pnpm
uses: pnpm/action-setup@v2.4.0
with:
version: latest
- run: pnpm install
- run: pnpm release
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Préparation de Node.js
uses: actions/setup-node@v4
with:
node-version: 21
node-version: 'lts/*'

- name: Installer pnpm
uses: pnpm/action-setup@v2.4.0
Expand Down

0 comments on commit 2dd2c0a

Please sign in to comment.