We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4578c5e + 3faa564 commit fd1bbbdCopy full SHA for fd1bbbd
1 file changed
.github/workflows/node.js.yml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- uses: actions/checkout@v4
25
- name: Use Node.js 16.x
26
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
27
with:
28
node-version: 16.x
29
cache: 'npm'
@@ -55,7 +55,7 @@ jobs:
55
56
57
- name: Use Node.js ${{ matrix.node-version }}
58
59
60
node-version: ${{ matrix.node-version }}
61
0 commit comments