Skip to content

Instantly share code, notes, and snippets.

@vini-btc
Created December 31, 2020 15:41
Show Gist options
  • Save vini-btc/2142b65a8de4dd315499a6697cb415a3 to your computer and use it in GitHub Desktop.
Save vini-btc/2142b65a8de4dd315499a6697cb415a3 to your computer and use it in GitHub Desktop.
name: Update Posts
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2-beta
with:
node-version: "14"
+
+ - name: Install Dependencies (with cache)
+ uses: bahmutov/npm-install@v1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment