There was an error while loading. Please reload this page.
1 parent 71776f6 commit 9cda49fCopy full SHA for 9cda49f
1 file changed
.github/workflows/nodejs.yml
@@ -6,6 +6,7 @@ on:
6
- '**/README.*md'
7
- '**/change*.md'
8
- 'notes/**'
9
+ workflow_dispatch:
10
11
jobs:
12
build:
@@ -17,9 +18,9 @@ jobs:
17
18
node-version: [14.x, 16.x]
19
20
steps:
- - uses: actions/checkout@v1
21
+ - uses: actions/checkout@v4
22
- name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v1
23
+ uses: actions/setup-node@v4
24
with:
25
node-version: ${{ matrix.node-version }}
26
- name: yarn install
0 commit comments