Skip to content

Commit

Permalink
chore: update s3Deploy.yml node version
Browse files Browse the repository at this point in the history
  • Loading branch information
iOdiO89 authored Sep 3, 2024
1 parent 63aa531 commit d27fc79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/s3Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 'v20.10.0'
node-version: 21

- name: Put Env
run: echo ${{ secrets.AWS_ACCESS_KEY_ID }} > .env
Expand Down

0 comments on commit d27fc79

Please sign in to comment.