Skip to content

Commit bf48835

Browse files
committed
version
1 parent f0ceb82 commit bf48835

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- name: setup python
1212
uses: actions/setup-python@v4
1313
with:
1414
python-version: "3.12"
1515
- name: setup node
16-
uses: actions/setup-node@v3
16+
uses: actions/setup-node@v4
1717
with:
18-
node-version: "16"
18+
node-version: "18.18.2"
1919

2020
- name: cache
2121
uses: actions/cache@v3

0 commit comments

Comments
 (0)