We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85f26a9 + 6753070 commit cf658fbCopy full SHA for cf658fb
3 files changed
.github/workflows/docs.yaml
@@ -10,7 +10,7 @@ jobs:
10
uses: actions/checkout@v4
11
12
- name: setup node
13
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
14
with:
15
node-version: "18"
16
- run: yarn install --frozen-lockfile
.github/workflows/integration-tests.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
22
23
24
25
- run: corepack enable
.github/workflows/npm.yml
@@ -11,7 +11,7 @@ jobs:
17
registry-url: "https://registry.npmjs.org"
0 commit comments