Skip to content

Commit

Permalink
chore(cicd): bump cicd node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeForANinja committed Mar 30, 2023
1 parent e57c6f2 commit b0c42ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-test.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x]
node-version: [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: 16
node-version: 18
- name: Install dependencies
run: npm ci
- name: Release
Expand Down

0 comments on commit b0c42ac

Please sign in to comment.