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 37cac71 commit f092f72Copy full SHA for f092f72
.github/workflows/samples-javascript.yaml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
sudo echo "127.0.0.1 petstore.swagger.io" | sudo tee -a /etc/hosts
41
- name: Use Node.js 20.x
42
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
43
with:
44
node-version: ${{ matrix.node }}
45
cache: 'npm' # Or 'yarn'
0 commit comments