We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43d3f3 commit 2458bbdCopy full SHA for 2458bbd
.github/workflows/build-and-test.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Checkout
25
uses: actions/checkout@v5
26
- name: Setup Node.js ${{ matrix.node-version }}
27
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
28
with:
29
node-version: ${{ matrix.node-version }}
30
cache: 'npm'
0 commit comments