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 d461ea7 commit c3db07fCopy full SHA for c3db07f
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: actions/checkout@v4
34
- uses: actions/setup-node@v4
35
with:
36
- node-version: "16"
+ node-version: "20"
37
registry-url: https://registry.npmjs.org/
38
- run: npm ci
39
- run: npm publish
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
# Action Repo: https://github.com/actions/cache
- name: "Cache node_modules"
@@ -64,7 +64,8 @@ jobs:
64
- "14"
65
- "16"
66
- "18"
67
- - "19"
+ - "20"
68
+ - current
69
70
steps:
71
0 commit comments