We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14e58f commit b1e265eCopy full SHA for b1e265e
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install Node.js
22
uses: actions/setup-node@v3
23
with:
24
- node-version: 16
+ node-version: 20
25
26
- name: Install Dependencies
27
run: npm install
0 commit comments