Skip to content

Commit

Permalink
ci: updated github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronczichon committed Mar 10, 2024
1 parent f1b9e65 commit b7437b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
name: Build Assets
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: cd web-canada && npm i
- run: cd web-canada && npm run build
- name: Sync to FTP
Expand Down

0 comments on commit b7437b9

Please sign in to comment.