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 c5babca commit ab14e22Copy full SHA for ab14e22
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v2
12
- uses: actions/setup-node@v2
13
with:
14
- node-version: 16.x
+ node-version: 25.x
15
registry-url: 'https://registry.npmjs.org'
16
- run: npm ci
17
- run: npm run build --if-present
.github/workflows/validate.yml
@@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v1
- name: npm install, build, and test
run: |
18
npm ci
0 commit comments