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 71ccb68 commit 958f082Copy full SHA for 958f082
.github/workflows/ci.yml
@@ -12,13 +12,13 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
- uses: pnpm/action-setup@v2
17
with:
18
version: latest
19
20
- name: Use Node.js 18.x
21
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
22
23
node-version: 18.x
24
cache: 'pnpm'
@@ -34,13 +34,13 @@ jobs:
34
35
36
37
38
39
40
41
42
43
44
45
46
0 commit comments