Skip to content

Commit

Permalink
Change node version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thealternatedev committed Oct 16, 2023
1 parent eadd4ca commit ac2ae92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install node v12
- name: install node v18
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18
- run: npm i
- name: tsc
uses: icrawl/action-tsc@v1

0 comments on commit ac2ae92

Please sign in to comment.