We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c57ab commit b89a337Copy full SHA for b89a337
.github/workflows/cd.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: node - setup
24
uses: actions/setup-node@v2
25
with:
26
- node-version: 14.x
+ node-version: 18.x
27
28
# pnpm stuff
29
- name: pnpm — install
.github/workflows/ci.yml
0 commit comments