Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 8b70279

Browse files
authored
Merge pull request #631 from ldapjs/jsumners-patch-1
Update main CI
2 parents e54555a + 09b128b commit 8b70279

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Lint Check
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v1
1616
- name: Install Packages
1717
run: npm install
@@ -29,9 +29,10 @@ jobs:
2929
- 10.13.0
3030
- 10.x
3131
- 12.x
32+
- 14.x
3233
runs-on: ${{ matrix.os }}
3334
steps:
34-
- uses: actions/checkout@v1
35+
- uses: actions/checkout@v2
3536
- uses: actions/setup-node@v1
3637
with:
3738
node-version: ${{ matrix.node }}
@@ -40,12 +41,12 @@ jobs:
4041
- name: Run Tests
4142
run: npm run test:ci
4243
- name: Coveralls Parallel
43-
uses: coverallsapp/github-action@master
44+
uses: coverallsapp/github-action@v1.1.1
4445
with:
4546
github-token: ${{ secrets.GITHUB_TOKEN }}
4647
parallel: true
4748
- name: Coveralls Finished
48-
uses: coverallsapp/github-action@master
49+
uses: coverallsapp/github-action@v1.1.1
4950
with:
5051
github-token: ${{ secrets.GITHUB_TOKEN }}
5152
parallel-finished: true

0 commit comments

Comments
 (0)