Skip to content

Commit

Permalink
chore: bump rest of github action node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Feb 26, 2024
1 parent 5520417 commit 068665d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/javascript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: 3.7
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 20
- name: Install hatch
run: pip install hatch
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: python -c "import solara_enterprise"
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 20
- name: Build assets
run: (cd packages/assets; hatch build)
- name: Publish solara-enterprise to PyPI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_solara_vuetify_app-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v1
with:
node-version: "14.x"
node-version: 20
registry-url: "https://registry.npmjs.org"
- name: Build the JS packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_solara_vuetify_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v1
with:
node-version: "14.x"
node-version: 20
registry-url: "https://registry.npmjs.org"
- name: Build the JS packages
run: |
Expand Down

0 comments on commit 068665d

Please sign in to comment.