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 19b21b4 commit 62af490Copy full SHA for 62af490
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- name: ⬇️ Checkout repo
24
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
25
26
- name: ⎔ Setup Node
27
uses: actions/setup-node@v4
@@ -62,7 +62,7 @@ jobs:
62
runs-on: ${{ matrix.os }}
63
64
65
66
67
- name: ⎔ Setup Node v${{ matrix.node }}
68
@@ -92,7 +92,7 @@ jobs:
92
github.ref) && github.event_name == 'push'
93
94
95
96
97
- name: ⎔ Setup node
98
0 commit comments