We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6a3737 + 3d64967 commit 62c5336Copy full SHA for 62c5336
.github/workflows/ci.yml
@@ -13,10 +13,9 @@ jobs:
13
fail-fast: false
14
matrix:
15
node-version:
16
- - 14
17
- - 16
18
- 18
19
- - 19
+ - 20
+ - 21
20
21
env:
22
NODE_OPTIONS: '--dns-result-order=ipv4first'
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-node@v3
with:
- node-version: '16.x'
+ node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish
0 commit comments