File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,14 +16,13 @@ jobs:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 - name : Setup pnpm
2121 uses : pnpm/action-setup@v4
2222 with :
2323 version : latest
24- run_install : false
2524 - name : Setup Node.js
26- uses : actions/setup-node@v5
25+ uses : actions/setup-node@v6
2726 with :
2827 node-version : lts/*
2928 cache : pnpm
@@ -49,18 +48,17 @@ jobs:
4948 os : [windows-latest, macos-latest, ubuntu-latest]
5049 # This should also include Node.js v20, but snapshot testing is only
5150 # available in Node.js v22.3 or later.
52- node : [22, 24]
51+ node : [22, 24, 25 ]
5352 runs-on : ${{ matrix.os }}
5453 steps :
5554 - name : Checkout repository
56- uses : actions/checkout@v5
55+ uses : actions/checkout@v6
5756 - name : Setup pnpm
5857 uses : pnpm/action-setup@v4
5958 with :
6059 version : latest
61- run_install : false
6260 - name : Setup Node.js
63- uses : actions/setup-node@v5
61+ uses : actions/setup-node@v6
6462 with :
6563 node-version : ${{ matrix.node }}
6664 cache : pnpm
You can’t perform that action at this time.
0 commit comments