Skip to content

Commit

Permalink
ci: update node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
RedJue committed Oct 23, 2023
1 parent 181e770 commit 82f13ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: '16'
node-version: '18'

- name: cache package-lock.json
uses: actions/cache@v2
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ src/*.map
tslint.json
tsconfig.test.json
.prettierignore
.storybook
storybook/index.js
.doc
.umi
.dumi/tmp
Expand Down

0 comments on commit 82f13ed

Please sign in to comment.