We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488efd5 commit e438f47Copy full SHA for e438f47
2 files changed
.github/workflows/deploy.yml
@@ -4,8 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
-
8
- workflow_dispatch:
+ workflow_dispatch:
9
10
permissions:
11
contents: read
@@ -20,12 +19,12 @@ jobs:
20
19
build:
21
runs-on: ubuntu-latest
22
steps:
23
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
24
25
- uses: actions/setup-node@v3
26
with:
27
node-version: 18.x
28
- cache: 'npm'
+ cache: "npm"
29
cache-dependency-path: ./package-lock.json
30
31
- name: Setup Pages
package.json
@@ -63,4 +63,4 @@
63
"engines": {
64
"node": ">=18.17"
65
}
66
-}
+}
0 commit comments