Skip to content

Commit

Permalink
Merge pull request #37 from aws-samples/rezabekf/publish-fix
Browse files Browse the repository at this point in the history
Bump node
  • Loading branch information
matteofigus committed May 18, 2022
2 parents 8663c47 + 1fa1d8d commit 7faf251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Set up Nodejs 12
- name: Set up Nodejs 16
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- name: Install dependencies
run: npm i
- name: Install python dependencies
Expand Down

0 comments on commit 7faf251

Please sign in to comment.