Skip to content

Commit

Permalink
Avec pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Feb 2, 2024
1 parent ea14953 commit 6bccbe5
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/dply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,21 @@ jobs:
name: Compiler le serveur
runs-on: ubuntu-latest
steps:
- name: Préparation de Node.js
uses: actions/[email protected]
with:
node-version: 20

- name: Ouvrir la branche
uses: actions/checkout@v2

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

- name: Préparation de Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'

- name: Installer les dépendances d'installation
run: pnpm install

Expand Down

0 comments on commit 6bccbe5

Please sign in to comment.