Skip to content

Commit c9a22c5

Browse files
authored
Update dependencies (#26)
1 parent ac27d88 commit c9a22c5

File tree

4 files changed

+1843
-937
lines changed

4 files changed

+1843
-937
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Use Node.js
1111
uses: actions/setup-node@v3
1212
with:
13-
node-version: '18.x'
13+
node-version: '20.x'
1414
- name: Install Dependencies
1515
run: npm ci
1616
- name: Build

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v3
1010
- uses: actions/setup-node@v3
1111
with:
12-
node-version: '18.x'
12+
node-version: '20.x'
1313
registry-url: 'https://registry.npmjs.org'
1414
- run: npm ci
1515
- run: npm run build

0 commit comments

Comments
 (0)