Skip to content

Commit

Permalink
Bump node versions for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
PapiOphidian committed Feb 18, 2024
1 parent 199d50f commit c0a3ff0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install NodeJS v16
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- name: Restore CI Cache
uses: actions/cache@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install NodeJS v16
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- name: Restore CI Cache
uses: actions/cache@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install NodeJS v16
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- name: Restore CI Cache
uses: actions/cache@v1
with:
Expand Down

0 comments on commit c0a3ff0

Please sign in to comment.