Skip to content

Commit c0d99dd

Browse files
ci: continue to test nodev20
1 parent d3c1663 commit c0d99dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [22, 24, 26]
13+
node-version: [20, 22, 24, 26]
1414
steps:
1515
- uses: actions/checkout@v6
1616
- uses: ./.github/actions/install
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
cache: yarn
6666
node-version-file: .nvmrc
67-
registry-url: "https://registry.npmjs.org"
67+
registry-url: 'https://registry.npmjs.org'
6868
- run: yarn --immutable
6969
- uses: actions/download-artifact@v8
7070
with:

0 commit comments

Comments
 (0)