Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
updates Node to something not ancient
Browse files Browse the repository at this point in the history
  • Loading branch information
tbutterwith committed Dec 17, 2024
1 parent 149bb7f commit 82f912e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vscode-automatic-query-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 18.x

- name: Cache node modules
uses: actions/cache@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vscode-sql-extraction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 18.x

- name: Cache node modules
uses: actions/cache@v4
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 18.x

- name: Cache node modules
uses: actions/cache@v4
Expand Down

0 comments on commit 82f912e

Please sign in to comment.