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 2b4286d commit 10a6369Copy full SHA for 10a6369
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Checkout
22
uses: actions/checkout@v3.5.3
23
- name: Setup Node.js ${{ matrix.node }}
24
- uses: actions/setup-node@v3.7.0
+ uses: actions/setup-node@v4.0.1
25
with:
26
node-version: ${{ matrix.node }}
27
- uses: pnpm/action-setup@v2.4.0
@@ -42,7 +42,7 @@ jobs:
42
43
44
- name: Setup Node.js
45
46
47
48
version: 8.x.x
@@ -63,7 +63,7 @@ jobs:
63
repository: fluent-vue/examples
64
path: examples
65
66
67
68
69
0 commit comments