8000
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 3cc9e5c commit 8d2110fCopy full SHA for 8d2110f
.github/workflows/test.yml
@@ -10,11 +10,11 @@ jobs:
10
build: # make sure build/ci work properly
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
14
- - name: Set Node.js 16.x
15
- uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - name: Set Node.js 20.x
+ uses: actions/setup-node@v4
16
with:
17
- node-version: 16.x
+ node-version: 20.x
18
- name: Install
19
run: |
20
npm install
@@ -29,7 +29,7 @@ jobs:
29
test: # make sure the action works on a clean machine without building
30
31
32
33
- uses: ./
34
35
pattern: '\[(BUGFIX|DOCS|FEATURE|TASK)\] .+$'
0 commit comments