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 4e700c0 commit 27ca127Copy full SHA for 27ca127
1 file changed
.github/workflows/lint-test-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v3
18
- uses: actions/setup-node@v3
19
with:
20
- node-version: "18"
+ node-version: "22"
21
cache: "npm"
22
cache-dependency-path: package-lock.json
23
- name: Update to latest NPM version
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
0 commit comments