Skip to content

Commit 3cad259

Browse files
committed
Update github actions CI testing workflow
1 parent 651d8f6 commit 3cad259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- name: Use Node.js
13-
uses: actions/setup-node@v1
13+
uses: actions/setup-node@v3
1414
with:
1515
node-version: '18.x'
1616
- run: sudo apt-get install xvfb

0 commit comments

Comments
 (0)