Skip to content

Commit b41a770

Browse files
ClaudeBrooooooklyn
andauthored
chore: remove node20 from test matrix (#186)
Agent-Logs-Url: https://github.com/napi-rs/package-template-pnpm/sessions/dd2ee945-1503-4899-a721-4b19bff11016 Co-authored-by: anthropic-code-agent[bot] <242468646+Claude@users.noreply.github.com> Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com>
1 parent e387741 commit b41a770

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- host: ubuntu-latest
9999
target: wasm32-wasip1-threads
100100
build: pnpm build --target wasm32-wasip1-threads
101-
name: stable - ${{ matrix.settings.target }} - node@20
101+
name: stable - ${{ matrix.settings.target }} - node@22
102102
runs-on: ${{ matrix.settings.host }}
103103
steps:
104104
- uses: actions/checkout@v6
@@ -231,7 +231,6 @@ jobs:
231231
target: aarch64-apple-darwin
232232
architecture: arm64
233233
node:
234-
- '20'
235234
- '22'
236235
runs-on: ${{ matrix.settings.host }}
237236
steps:
@@ -270,7 +269,6 @@ jobs:
270269
- aarch64-unknown-linux-musl
271270
- armv7-unknown-linux-gnueabihf
272271
node:
273-
- '20'
274272
- '22'
275273
runs-on: ${{ contains(matrix.target, 'aarch64') && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
276274
steps:

0 commit comments

Comments
 (0)