We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e352e2c commit e4aa4d3Copy full SHA for e4aa4d3
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@v5
+ uses: actions/setup-node@v6
34
35
node-version: ${{ matrix.node-version }}
36
cache: yarn
@@ -57,7 +57,7 @@ jobs:
57
58
steps:
59
- uses: actions/checkout@v5
60
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
61
62
node-version: 'lts/*'
63
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
79
80
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
94
95
96
0 commit comments