Skip to content

Commit db8c42d

Browse files
committed
update github actions
1 parent 33ff3f1 commit db8c42d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- ubuntu-latest
1818
- windows-latest
1919
steps:
20-
- uses: actions/checkout@v2
21-
- uses: actions/setup-node@v2
20+
- uses: actions/checkout@v3
21+
- uses: actions/setup-node@v3
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
- run: npm install

0 commit comments

Comments
 (0)