Skip to content

Commit

Permalink
chore: Update node
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjojoex committed Apr 15, 2024
1 parent d6cea34 commit c0e9f51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 18.x

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 18.x

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 18.x

- name: Setup MongoDB
uses: supercharge/[email protected]
Expand Down

0 comments on commit c0e9f51

Please sign in to comment.