8000 ⬆️ Bump nodejs 20. · openmsa/commit-message-checker@8d2110f · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d2110f

Browse files
committed
⬆️ Bump nodejs 20.
1 parent 3cc9e5c commit 8d2110f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
build: # make sure build/ci work properly
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
14-
- name: Set Node.js 16.x
15-
uses: actions/setup-node@v3
13+
- uses: actions/checkout@v4
14+
- name: Set Node.js 20.x
15+
uses: actions/setup-node@v4
1616
with:
17-
node-version: 16.x
17+
node-version: 20.x
1818
- name: Install
1919
run: |
2020
npm install
@@ -29,7 +29,7 @@ jobs:
2929
test: # make sure the action works on a clean machine without building
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
- uses: ./
3434
with:
3535
pattern: '\[(BUGFIX|DOCS|FEATURE|TASK)\] .+$'

0 commit comments

Comments
 (0)
0