Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
CI: use node 16.x instead of 12.x for release_pypi
  • Loading branch information
psrok1 committed Jul 6, 2023
1 parent 53fa709 commit ab03cf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 12.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '16'
- name: Build web bundle
working-directory: mwdb/web
run: |
Expand Down Expand Up @@ -95,4 +95,4 @@ jobs:
certpl/mwdb-web-tests:latest
cache-from: |
type=registry,ref=certpl/mwdb-web-tests:buildcache
push: true
push: true

0 comments on commit ab03cf4

Please sign in to comment.