Skip to content

Commit

Permalink
chore: Update Node.js version to 20 in main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
max-geller committed Oct 5, 2024
1 parent 67408d5 commit 2819ba6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 22
node-version: 20
registry-url: https://npm.pkg.github.com/

- name: Build Angular app to prod
working-directory: angular-starter
Expand Down

0 comments on commit 2819ba6

Please sign in to comment.