Skip to content

Commit

Permalink
Try to fix GitHub Action 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-ff committed Mar 27, 2024
1 parent 6d6f637 commit b325f56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,18 @@ jobs:
node-version: [20]
steps:
- name: Git clone the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 'pnpm setup'
uses: pnpm/action-setup@v3
with:
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"deploy": "npx sst deploy --stage prod"
"deploy": "sst deploy --stage prod"
},
"dependencies": {
"@astrojs/tailwind": "^5.1.0",
Expand Down

0 comments on commit b325f56

Please sign in to comment.