Skip to content

Commit a53ea14

Browse files
committed
chore: Try to fix js tests by reverting to checkout v3 (actions/checkout#1487)
1 parent 2dfab36 commit a53ea14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [18.x]
13+
node-version: [18]
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v3
1616
- name: Use Node.js ${{matrix.node-version}}
1717
uses: actions/setup-node@v3
1818
with:

0 commit comments

Comments
 (0)