Skip to content

Commit

Permalink
Angular - Publish Demos to GH - upd node
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanblinov2k17 committed Apr 26, 2024
1 parent aa7049e commit 6bb3851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup Node.js v14
- name: Setup Node.js v18
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- name: Install jq
run: sudo apt-get install -y jq
Expand Down

0 comments on commit 6bb3851

Please sign in to comment.