We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb8ef9 commit 3652f6eCopy full SHA for 3652f6e
1 file changed
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Setup Node
30
uses: actions/setup-node@v2
31
with:
32
- node-version: '18.12.1'
+ node-version: '20.18.1'
33
34
- name: Insall dependencies
35
run: npm install
0 commit comments