We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b22e561 + 12b7d98 commit 8d22fcdCopy full SHA for 8d22fcd
.github/workflows/nodejs.yml
@@ -37,7 +37,7 @@ jobs:
37
fetch-depth: 0
38
39
- name: Use Node.js ${{ matrix.node-version }}
40
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
41
with:
42
node-version: ${{ matrix.node-version }}
43
cache: "npm"
@@ -77,7 +77,7 @@ jobs:
77
- uses: actions/checkout@v4
78
79
80
81
82
83
0 commit comments