Skip to content

Commit

Permalink
ci/cd: try custom working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jun 4, 2024
1 parent 4ee02eb commit 9cd2862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

env:
NODE_VERSION: 18.x
NODE_VERSION: 20.x
AWS_REGION: "eu-west-1"

jobs:
Expand All @@ -25,8 +25,8 @@ jobs:

- uses: noi-techpark/github-actions/npm-build@v2
with:
build-command: npm run build
node-version: ${{ env.NODE_VERSION }}
working-directory: .

- name: Sync to S3 bucket
uses: noi-techpark/github-actions/aws-s3-bucket-sync@v2
Expand Down

0 comments on commit 9cd2862

Please sign in to comment.