Skip to content

Commit 9cda49f

Browse files
committed
Add workflow_dispatch and update GitHub Actions to v4
1 parent 71776f6 commit 9cda49f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- '**/README.*md'
77
- '**/change*.md'
88
- 'notes/**'
9+
workflow_dispatch:
910

1011
jobs:
1112
build:
@@ -17,9 +18,9 @@ jobs:
1718
node-version: [14.x, 16.x]
1819

1920
steps:
20-
- uses: actions/checkout@v1
21+
- uses: actions/checkout@v4
2122
- name: Use Node.js ${{ matrix.node-version }}
22-
uses: actions/setup-node@v1
23+
uses: actions/setup-node@v4
2324
with:
2425
node-version: ${{ matrix.node-version }}
2526
- name: yarn install

0 commit comments

Comments
 (0)