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