Skip to content

Commit

Permalink
ci(release): update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarriga committed Jan 18, 2023
1 parent 72e7709 commit bdd647f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Expand Up @@ -54,7 +54,7 @@ jobs:
needs:
- style
- tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bdd647f

Please sign in to comment.