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 511afcb commit e0ec248Copy full SHA for e0ec248
.github/workflows/release-insiders.yml
@@ -17,10 +17,10 @@ jobs:
17
node-version: [22]
18
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
21
22
- name: Use Node.js ${{ matrix.node-version }}
23
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
24
with:
25
node-version: ${{ matrix.node-version }}
26
registry-url: 'https://registry.npmjs.org'
0 commit comments