Skip to content

Commit

Permalink
fix: use node 18.18.2 in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maxam2017 committed Feb 16, 2024
1 parent 34856a5 commit 01d0145
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@ on:
jobs:
update-gist:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [18.18.2]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
- name: Update gist
uses: maxam2017/productive-box@master
env:
Expand Down

0 comments on commit 01d0145

Please sign in to comment.