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 e30ce0f commit f7abc23Copy full SHA for f7abc23
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- 20
21
- 22
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
24
- name: Use Node.js ${{ matrix.node-version }}
25
uses: actions/setup-node@v4
26
with:
@@ -40,7 +40,7 @@ jobs:
40
matrix:
41
os: [macos-latest, windows-latest]
42
43
44
- name: Use Node.js LTS
45
46
@@ -79,7 +79,7 @@ jobs:
79
runs-on: ubuntu-latest
80
continue-on-error: true
81
82
83
84
85
0 commit comments