Skip to content

Commit

Permalink
fix: update Node version in CI (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
prescottprue committed Feb 23, 2024
1 parent 9f7a723 commit 44c7a84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
group: release-${{ github.ref }}

env:
NODE_VERSION: 16.x
NODE_VERSION: 20.x

jobs:
publish:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: technote-space/workflow-conclusion-action@v3.0.3

Expand Down

0 comments on commit 44c7a84

Please sign in to comment.