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 653b4ae commit dc465cfCopy full SHA for dc465cf
.github/workflows/test.yml
100755
100644
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
14
with:
15
node-version: '20.x'
16
- run: |
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
- uses: ./
0 commit comments