Skip to content

Commit

Permalink
chore(CI): update main workflow (#395)
Browse files Browse the repository at this point in the history
* chore(CI): update main workflow

* Update main.yml
  • Loading branch information
MichaelDeBoey authored and RobinMalfait committed Apr 20, 2021
1 parent d0fcbca commit d4ffbee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
uses: actions/checkout@v2

- name: Use Node 12
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 12

# - name: Use cached node_modules
# id: cache
# uses: actions/cache@v1
# uses: actions/cache@v2
# with:
# path: node_modules
# key: nodeModules-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit d4ffbee

Please sign in to comment.