Skip to content

Commit

Permalink
fix(workflows): bump node.js versions in workflows (#1138)
Browse files Browse the repository at this point in the history
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..
  • Loading branch information
TimeForANinja committed Sep 3, 2022
1 parent f16e8c8 commit 99e6c67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 18.x]
os: [ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Install dependencies
run: npm ci
- name: Release
Expand Down

0 comments on commit 99e6c67

Please sign in to comment.