Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRobz committed Nov 4, 2023
1 parent 5dd3aee commit bd4af10
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8,460 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18 # Need for npm >=7.7
node-version: 20 # Need for npm >=7.7
cache: 'npm'

- name: Cache dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Node and NPM
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'npm'

- name: Cache dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typechecking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18 # Need for npm >=7.7
node-version: 20 # Need for npm >=7.7
cache: 'npm'

# TODO: Install not all dependencies, but only those required for this workflow
Expand Down
Loading

0 comments on commit bd4af10

Please sign in to comment.