Skip to content

Commit

Permalink
gh action use node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
glamcoder committed Mar 4, 2024
1 parent 8f6354b commit f603625
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.x

# Runs a single command using the runners shell
- name: Build
Expand All @@ -58,7 +60,7 @@ jobs:
needs: deploy-to-DO
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Sentry Release
uses: getsentry/[email protected]
env:
Expand Down

0 comments on commit f603625

Please sign in to comment.