Skip to content

Commit

Permalink
fix: Update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Sep 14, 2023
1 parent 8098c56 commit a7d963d
Show file tree
Hide file tree
Showing 4 changed files with 296 additions and 1,155 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: npm
- name: install
run: npm ci
run: npm install
- name: build
run: npm run build
- name: linter
Expand Down
Loading

0 comments on commit a7d963d

Please sign in to comment.