We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2679c9f commit ba22623Copy full SHA for ba22623
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
name: Build and test
9
steps:
10
- uses: actions/checkout@v4
11
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
12
- run: npm install
13
- run: npm test
14
- run: npm run test:test262
0 commit comments