Skip to content

Commit

Permalink
chore: Update to setup-node@v4 action
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbcodes committed Aug 27, 2024
1 parent 96010e5 commit 4b80518
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
uses: actions/checkout@v4

- name: Compile web artifacts
uses: actions/setup-node@v3
with:
node-version: '20.x'
uses: actions/setup-node@v4
- run: npm ci
- run: npm run build

Expand All @@ -33,9 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: Compile web artifacts
uses: actions/setup-node@v3
with:
node-version: '20.x'
uses: actions/setup-node@v4
- run: npm ci
- run: npm run build

Expand All @@ -53,9 +49,7 @@ jobs:
uses: actions/checkout@v4

- name: Compile web artifacts
uses: actions/setup-node@v3
with:
node-version: '20.x'
uses: actions/setup-node@v4
- run: npm ci
- run: npm run build

Expand Down

0 comments on commit 4b80518

Please sign in to comment.