Skip to content

Commit 4312056

Browse files
authored
Merge pull request #39 from quicoto/bump-node
build: upgrade to node 18
2 parents e48184a + 29a9ae7 commit 4312056

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest]
17-
node-version: [16.x]
17+
node-version: [18.x]
1818

1919
steps:
2020
- name: Checkout

.github/workflows/manual-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ ubuntu-latest ]
16-
node-version: [ 16.x ]
16+
node-version: [ 18.x ]
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ ubuntu-latest ]
15-
node-version: [ 16.x ]
15+
node-version: [ 18.x ]
1616

1717
steps:
1818
- name: Checkout

0 commit comments

Comments
 (0)