We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c5304 commit f0ca5bdCopy full SHA for f0ca5bd
.github/workflows/node.js.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v4
24
- name: Use Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
26
with:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
0 commit comments