Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 5406087

Browse files
committed
Update github actions
1 parent 953da19 commit 5406087

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
@@ -7,12 +7,12 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@master
10+
- uses: actions/checkout@v3
1111

12-
- name: Use Node.js 10.x
13-
uses: actions/setup-node@v1
12+
- name: Use Node.js
13+
uses: actions/setup-node@v3
1414
with:
15-
version: 10.x
15+
node-version: 18.x
1616
- run: npm install -g yarn
1717

1818
- name: Install Dependencies
@@ -25,6 +25,6 @@ jobs:
2525
run: yarn dtslint
2626

2727
- name: Report Coverage
28-
uses: coverallsapp/github-action@master
28+
uses: coverallsapp/github-action@v2
2929
with:
3030
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)