Skip to content

Commit

Permalink
Update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardosousaufjf committed Jan 10, 2024
1 parent 9d1e083 commit 81fb258
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18

- uses: actions/checkout@master
- name: Build and Sync with S3
uses: ./.github/actions/s3-sync
Expand All @@ -18,4 +23,4 @@ jobs:
AWS_S3_BUCKET: "appsec-flow-docs"
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
PROJECT_NAME: "flow-docs"
PROJECT_NAME: "flow-docs"

0 comments on commit 81fb258

Please sign in to comment.