Skip to content

Commit

Permalink
test: adjust ci config (#5)
Browse files Browse the repository at this point in the history
test runner features used in this project's tests haven't been backported, so can't test against node v20:

```
--experimental-test-module-mocks
--experimental-test-snapshots
--experimental-strip-types
```
  • Loading branch information
JakobJingleheimer authored Sep 1, 2024
1 parent af13365 commit 95a125f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI
name: CI

on:
push:
Expand Down

0 comments on commit 95a125f

Please sign in to comment.