We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62078cd commit a94c8aeCopy full SHA for a94c8ae
1 file changed
.github/workflows/node.js.yml
@@ -12,16 +12,16 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v4
16
- - uses: actions/cache@v4
+ - uses: actions/checkout@v5
+ - uses: actions/cache@v5
17
id: cache-node
18
with:
19
path: |
20
node_modules
21
example/node_modules
22
key: ${{ hashFiles('package.json', 'yarn.lock', 'example/package.json') }}
23
- run: corepack enable
24
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
25
26
node-version: 24
27
- run: yarn install
0 commit comments