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