We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e127def commit b63ee31Copy full SHA for b63ee31
.github/workflows/release.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Node.js
17
uses: actions/setup-node@v2
18
with:
19
- node-version: '14'
+ node-version: '18'
20
21
- name: Install dependencies
22
run: npm install
0 commit comments