We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4190512 commit 8d79590Copy full SHA for 8d79590
1 file changed
.github/workflows/node.js.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
fetch-depth: 0
32
- name: Use Node.js ${{ matrix.node-version }}
33
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
34
35
node-version: ${{ matrix.node-version }}
36
cache: yarn
@@ -54,7 +54,7 @@ jobs:
54
55
steps:
56
- uses: actions/checkout@v4
57
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
58
59
node-version: 'lts/*'
60
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
77
@@ -87,7 +87,7 @@ jobs:
87
88
89
90
91
92
93
0 commit comments