Skip to content

Commit

Permalink
Use pnpm package manager on github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ebisbe committed Jul 5, 2024
1 parent 123e64b commit 473138c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Serverless actions
on: [push]
on: [push, pull_request]
jobs:

deploy:
name: Execute actions
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v4

- name: Checkout repository
uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "[email protected]",
"dependencies": {
"serverless": "^4.1.11"
}
Expand Down

0 comments on commit 473138c

Please sign in to comment.