Skip to content

Commit 1f7e8a0

Browse files
upgrade to node 20
1 parent 9bf3b51 commit 1f7e8a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: '18.x'
15+
node-version: '20.x'
1616
registry-url: 'https://registry.npmjs.org'
1717

1818
- name: Install Yarn

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: '18.x'
18+
node-version: '20.x'
1919
registry-url: 'https://registry.npmjs.org'
2020
scope: '@scott-the-programmer'
2121

0 commit comments

Comments
 (0)