We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100f099 commit 6821c5cCopy full SHA for 6821c5c
.github/workflows/github-pages.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Node
18
uses: actions/setup-node@v3
19
with:
20
- node-version: '16.x'
+ node-version: '18.x'
21
cache: 'yarn'
22
23
- run: yarn install
.github/workflows/publish-github-packages.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
registry-url: 'https://npm.pkg.github.com'
scope: '@Pyrax'
.github/workflows/release.yml
0 commit comments