Skip to content

Commit

Permalink
Merge pull request #114 from learningequality/rtibbles-patch-2
Browse files Browse the repository at this point in the history
npm publish action update
  • Loading branch information
bjester authored Aug 9, 2023
2 parents 51a0146 + 737e718 commit cb33ad1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 2.7
python-version: 3.9
- run: make release-npm
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_API_TOKEN}}

0 comments on commit cb33ad1

Please sign in to comment.