We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db0412 commit b99910eCopy full SHA for b99910e
2 files changed
.github/workflows/deploy.yml
@@ -1,3 +1,4 @@
1
+# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json
2
name: Deploy to GitHub Pages
3
4
on:
@@ -17,7 +18,7 @@ jobs:
17
18
fetch-depth: 0
19
- uses: actions/setup-node@v4
20
with:
- node-version: 18
21
+ node-version: 22
22
cache: npm
23
24
- name: Install dependencies
.github/workflows/test-deploy.yml
name: Test deployment
0 commit comments