Skip to content

Commit

Permalink
Update github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
crijke committed Oct 31, 2023
1 parent 6d8fae6 commit d19c6dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/site-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20.9.0'
- name: Install dependencies
working-directory: ./
run: npm ci
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20.9.0'
- name: Notify slack started
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20.9.0'
- name: Notify slack started
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}
Expand Down

0 comments on commit d19c6dc

Please sign in to comment.