We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21bb212 commit 1fbf87eCopy full SHA for 1fbf87e
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v3
16
- uses: actions/setup-node@v3
17
with:
18
- node-version: '16'
+ node-version: '22'
19
- name: Install NPM Dependencies
20
run: npm install
21
- name: Build
0 commit comments