Skip to content

Commit

Permalink
cache moved to setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyBontecou committed Feb 26, 2024
1 parent dd83695 commit dc53cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/newsletter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
cache: 'npm'
- run: touch .env
- run: cat .env >> $GITHUB_ENV
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version: 'latest'
- run: npm install
- run: npm run newsletter
Expand Down

0 comments on commit dc53cd1

Please sign in to comment.