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 e75aa13 commit ef0409aCopy full SHA for ef0409a
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
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 "CURRENT_VERSION=$(node -p 'require("./package.json").version')" >> $GITHUB_ENV
0 commit comments