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 412be7d commit 667973eCopy full SHA for 667973e
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/setup-node@v4
24
with:
25
registry-url: 'https://registry.npmjs.org' # to create .npmrc file with NODE_AUTH_TOKEN
26
- node-version: 18
+ node-version: 22
27
- name: Install Dependencies
28
run: yarn install
29
- name: Create Release Pull Request or Publish to npm
.github/workflows/website.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup Node.js
14
15
16
17
- name: Set Env
18
run: |
19
echo "OWNER_NAME=$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $1}')" >> $GITHUB_ENV
0 commit comments