Skip to content

Commit

Permalink
build: update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
apostolos committed May 26, 2024
1 parent 8b13fcd commit a68e004
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
if: github.event_name == 'push'

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: 22.x
- uses: aws-actions/configure-aws-credentials@v2
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand All @@ -33,7 +33,7 @@ jobs:
env:
NODE_ENV: production
run: |
npm i --force --production=false
pnpm i
node ./scripts/build-styles.mjs
node ./scripts/build-production.mjs
node --no-warnings ./scripts/post-production.mjs
Expand Down

0 comments on commit a68e004

Please sign in to comment.