Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juzser committed Jun 11, 2024
2 parents ab13c71 + 8e79bd4 commit 25c0c85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.18.2
node-version: lts/iron
cache: yarn
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install dependencies
run: |
yarn install
npm install -g ts-node
npm install -g vite-node
- name: Build submodule polaris to get tokens
run: |
cd polaris
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/hydrogen
node-version: lts/iron
- run: yarn

publish-npm:
Expand All @@ -27,7 +27,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: lts/hydrogen
node-version: lts/iron
registry-url: https://registry.npmjs.org/
- run: yarn
- name: Setup submodule
Expand Down

0 comments on commit 25c0c85

Please sign in to comment.