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.
2 parents 07eba02 + b3e9e70 commit bb87662Copy full SHA for bb87662
1 file changed
.github/workflows/nodejs.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: [ 18.x, 20.x ]
20
21
steps:
22
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
23
- name: Setup Node.js ${{ matrix.node-version }}
24
uses: actions/setup-node@v6
25
with:
0 commit comments