Skip to content

Commit

Permalink
Update python and nodejs for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhi committed Nov 27, 2021
1 parent e01c39e commit 3830051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -13,12 +13,12 @@ jobs:
- name: Install node
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.9.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 3830051

Please sign in to comment.