Skip to content

Commit dd48df1

Browse files
authored
update dependencies and security vulnerabilities / warnings (#479)
Signed-off-by: Tyler McDonald <[email protected]>
1 parent 93e7198 commit dd48df1

9 files changed

+15999
-6839
lines changed

.github/workflows/prettier.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Use Node.js
2525
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
2626
with:
27-
node-version: '18'
27+
node-version: '20'
2828

2929
- name: Install dependencies
3030
run: npm install

.github/workflows/publish-canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup NodeJS Environment
2525
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
2626
with:
27-
node-version: 18.x
27+
node-version: 20.x
2828

2929
- name: Install dependencies
3030
run: npm install

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup NodeJS Environment
2525
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
2626
with:
27-
node-version: 18.x
27+
node-version: 20.x
2828

2929
- name: Install dependencies
3030
run: npm install

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup NodeJS Environment
2424
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
2525
with:
26-
node-version: 18.x
26+
node-version: 20.x
2727

2828
- name: Checkout repository
2929
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)