We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489c471 commit 14fbc73Copy full SHA for 14fbc73
.github/workflows/frontend.yml
@@ -10,9 +10,9 @@ jobs:
10
node-version: [18.19.x]
11
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v5
14
- name: Use Node.js ${{ matrix.node-version }}
15
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
16
with:
17
node-version: ${{ matrix.node-version }}
18
- run: python -m pip install -r tests/requirements/frontend.txt
0 commit comments