We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e3f32 commit 150cebcCopy full SHA for 150cebc
1 file changed
.github/workflows/javascript-tests.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v5
21
22
- name: Set up Node.js ${{ matrix.node-version }}
23
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
24
with:
25
node-version: ${{ matrix.node-version }}
26
cache: "npm"
0 commit comments