Skip to content

Commit 99e6c67

Browse files
fix(workflows): bump node.js versions in workflows (#1138)
this shouldn't be "fix" but since i screwed up the last 2 commit names this is the best way to get the latest fixes deployed to npm..
1 parent f16e8c8 commit 99e6c67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
node-version: [12.x, 14.x, 16.x]
11+
node-version: [12.x, 14.x, 16.x, 18.x]
1212
os: [ubuntu-latest]
1313

1414
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 14
18+
node-version: 16
1919
- name: Install dependencies
2020
run: npm ci
2121
- name: Release

0 commit comments

Comments
 (0)