Skip to content

Commit

Permalink
Upgrade libs
Browse files Browse the repository at this point in the history
  • Loading branch information
silvadenisaraujo committed Aug 6, 2024
1 parent d7f9bc9 commit 6183b86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set Node.js 16.x
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
npm install
- run: |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"devDependencies": {
"@types/mock-fs": "^4.13.1",
"@types/node": "^18.0.0",
"@typescript-eslint/parser": "^5.8.1",
"@types/node": "^22.1.0",
"@typescript-eslint/parser": "^5.62.0",
"@vercel/ncc": "^0.34.0",
"@vtex/prettier-config": "^1.0.0",
"eslint": "^8.18.0",
Expand Down

0 comments on commit 6183b86

Please sign in to comment.