We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e94aa commit dce14e2Copy full SHA for dce14e2
.github/workflows/workflow.yml
@@ -29,14 +29,14 @@ jobs:
29
uses: actions/setup-node@v4
30
with:
31
node-version: '22'
32
- cache: 'npm'
33
34
- name: Verify Node installation
35
run: |
36
which node
37
which npm
38
node --version
39
npm --version
+
40
- name: Install Wrangler
41
run: npm install -g wrangler
42
.gitignore
@@ -1,6 +1,8 @@
1
node_modules
2
.DS_Store
3
4
+./build
5
6
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
7
8
# dependencies
0 commit comments