Skip to content

Commit

Permalink
update node version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Aug 14, 2024
1 parent c17a865 commit 73cb97f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22.1.0

- name: Install dependencies
run: yarn install
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ node_modules/

# build info lock
*.tsbuildinfo

# yarn install stage logs
*.gz

0 comments on commit 73cb97f

Please sign in to comment.