We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e541be8 commit a7e01ecCopy full SHA for a7e01ec
.github/workflows/client.yml
@@ -15,9 +15,9 @@ jobs:
15
node-version: [20.x]
16
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- name: Use Node.js ${{ matrix.node-version }}
20
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
21
with:
22
node-version: ${{ matrix.node-version }}
23
cache: "npm"
.github/workflows/server.yml
@@ -18,9 +18,9 @@ jobs:
PERSISTENCE_LOCAL_PATH: .
24
25
26
0 commit comments