Skip to content

Commit

Permalink
Change Node in workflows to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkvon committed Jan 2, 2024
1 parent cee2b5c commit a4bf1ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Install NPM packages
run: yarn install --frozen-lockfile
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:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit a4bf1ce

Please sign in to comment.