Skip to content

Commit

Permalink
Upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Dec 20, 2023
1 parent dec8834 commit 8ce63ee
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,16 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.x"
- run: python --version

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "14"
- run: npm --version
node-version: "20"

- name: Print environment
run: |
python --version
node --version
npm --version
- name: Build Admin UI
run: make build-kinto-admin
Expand Down

0 comments on commit 8ce63ee

Please sign in to comment.