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 9b047a8 commit 3f36e57Copy full SHA for 3f36e57
.github/workflows/release-head.yml
@@ -7,10 +7,10 @@ jobs:
7
release-head:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v3
11
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
12
with:
13
- node-version: '18.x'
+ node-version: '20.x'
14
registry-url: 'https://registry.npmjs.org'
15
- name: Install dependencies
16
run: npm install
.github/workflows/typedoc.yml
@@ -8,15 +8,15 @@ on:
pull_request:
env:
- NODE_VERSION: 18.x
+ NODE_VERSION: 20.x
ENTRY_FILE: 'src/index.ts'
jobs:
deploy:
17
18
19
20
21
node-version: ${{ env.NODE_VERSION }}
22
0 commit comments