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.
2 parents 147128d + 50eb79f commit a58aa70Copy full SHA for a58aa70
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-node@v3
15
with:
16
- node-version: 18.x
+ node-version: 20.x
17
cache: npm
18
19
- name: Cache incremental builds
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
# Setup .npmrc file to publish to npm
registry-url: https://registry.npmjs.org
0 commit comments