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 4fa6b19 commit 2b64f6aCopy full SHA for 2b64f6a
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
with:
11
path: '**/node_modules'
12
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
13
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
14
15
node-version: 20.x
16
- run: yarn install
@@ -27,7 +27,7 @@ jobs:
27
- 24.x
28
steps:
29
- name: Use Node.js ${{ matrix.node-version }}
30
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
31
32
node-version: ${{ matrix.node-version }}
33
- name: Ensure line endings are consistent
@@ -69,7 +69,7 @@ jobs:
69
70
71
key: ${{ runner.os }}-webpack-modules-${{ hashFiles('**/yarn.lock') }}
72
73
74
75
0 commit comments