Skip to content

Commit

Permalink
ci: test cache
Browse files Browse the repository at this point in the history
  • Loading branch information
uigywnkiub committed Aug 7, 2024
1 parent e852167 commit 3d971a7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ jobs:
name: Lint and Typecheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*

- name: Display Node.js version
run: node -v
Expand Down

0 comments on commit 3d971a7

Please sign in to comment.