Skip to content

Commit

Permalink
Merge pull request #146 from 10up/fix/145
Browse files Browse the repository at this point in the history
Fix/145 Use Node 16 for a Release action
  • Loading branch information
faisal-alvi authored May 15, 2023
2 parents e57adc5 + 5b62abd commit 6365ddc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dotorg-push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Use nvm
uses: actions/setup-node@v3
with:
node-version: 16
check-latest: false
- name: Install and build NPM
run: |
npm install
Expand Down

0 comments on commit 6365ddc

Please sign in to comment.