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 5943318 commit 224380fCopy full SHA for 224380f
.github/workflows/node-aught.yml
.github/workflows/node-tens.yml renamed to .github/workflows/node.yml
@@ -1,17 +1,17 @@
1
-name: 'Tests: node.js >= 10'
+name: 'Tests: node.js 18+'
2
3
on: [pull_request, push]
4
5
jobs:
6
tests:
7
uses: ljharb/actions/.github/workflows/node.yml@main
8
with:
9
- range: '>= 10'
+ range: '^18.18.0 || ^20.9.0 || >=21.1.0'
10
type: minors
11
command: npm run tests-only
12
13
node:
14
- name: 'node >= 10'
+ name: 'node 18+'
15
needs: [tests]
16
runs-on: ubuntu-latest
17
steps:
package.json
@@ -47,7 +47,7 @@
47
"safe-publish-latest": "^2.0.0"
48
},
49
"engines": {
50
- "node": ">=4.0"
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
51
52
"keywords": [
53
"jsx",
0 commit comments