Skip to content

Commit 5fa5da8

Browse files
committed
Update test Github Action.
1 parent bbfe633 commit 5fa5da8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v1
1414
with:
15-
node-version: "12.x"
15+
node-version: "16.x"
1616
- run: yarn install --frozen-lockfile
1717
- run: yarn test

0 commit comments

Comments
 (0)