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 1b356d3 commit d7fa8baCopy full SHA for d7fa8ba
1 file changed
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup Node.js
13
uses: actions/setup-node@v3
14
with:
15
- node-version: '14'
+ node-version: '22'
16
- name: Install Dependencies
17
run: npm ci
18
- name: Release
0 commit comments