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 e02003c commit efb3e9bCopy full SHA for efb3e9b
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
- uses: actions/setup-node@v4
19
with:
20
- node-version: 18
+ node-version: 22
21
cache: npm
22
- run: npm ci
23
- name: test
.github/workflows/release.yml
@@ -21,10 +21,10 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
24
- - name: Setup Node.js 18.x
+ - name: Setup Node.js 22.x
25
uses: actions/setup-node@v4
26
27
28
29
30
- name: Install Dependencies
0 commit comments