We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7cce4 commit 7863c0eCopy full SHA for 7863c0e
1 file changed
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Checkout
24
uses: actions/checkout@v6
25
- name: Use Node.js ${{ matrix.node-version }}
26
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
27
with:
28
node-version: ${{ matrix.node-version }}
29
cache: 'npm'
0 commit comments