Skip to content

Commit

Permalink
fix: fix typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Sep 12, 2024
1 parent 4e6b439 commit 7578503
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 973 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
node-version:
description: The version of node.js
required: false
default: "20"
default: '20'

runs:
using: composite
Expand All @@ -19,7 +19,7 @@ runs:
with:
node-version: ${{ inputs.node-version }}
cache: pnpm
registry-url: "https://registry.npmjs.org"
registry-url: 'https://registry.npmjs.org'

- name: Install
run: pnpm install
Expand Down
1 change: 1 addition & 0 deletions lib/env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module '*.astro'
Loading

0 comments on commit 7578503

Please sign in to comment.