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 3d75977 commit ec7a7f9Copy full SHA for ec7a7f9
2 files changed
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
platform: [ubuntu-latest]
17
- node-version: [18.15.0]
+ node-version: [20.20.2]
18
runs-on: ${{ matrix.platform }}
19
env:
20
PUPPETEER_SKIP_DOWNLOAD: true
.github/workflows/publish-agentflow.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- uses: actions/setup-node@v6
44
with:
45
- node-version: '18.15.0'
+ node-version: '20.20.2'
46
registry-url: 'https://registry.npmjs.org'
47
48
- name: Validate custom version
@@ -107,7 +107,7 @@ jobs:
107
108
109
110
111
112
113
- name: Install dependencies
0 commit comments