Skip to content

Commit 6eae8de

Browse files
committed
[Tests] add --disable-proto=delete tests
See #4.
1 parent 3cc3708 commit 6eae8de

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/node-twenties.yml

+14
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,17 @@ jobs:
1212
range: '>= 20'
1313
type: minors
1414
command: npm run tests-only
15+
16+
no-proto:
17+
name: 'node, --disable-proto=delete'
18+
runs-on: ubuntu-latest
19+
steps:
20+
- uses: ljharb/actions/node/install@main
21+
- run: NODE_OPTIONS=--disable-proto=delete npm run tests-only
22+
23+
finisher:
24+
needs: [tests, no-proto]
25+
name: 'node >= 20'
26+
runs-on: ubuntu-latest
27+
steps:
28+
- run: true

0 commit comments

Comments
 (0)