Skip to content

Commit

Permalink
⬆️ update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Mar 16, 2024
1 parent 0862e44 commit 7898054
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/build-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,15 @@ jobs:
cancel-in-progress: true
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive

- name: Setup Nodejs and npm
uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: "16"

- name: Setup yarn
run: npm install -g yarn

- name: Setup Nodejs with yarn caching
uses: actions/setup-node@v2
with:
node-version: "16"
cache: yarn
node-version: "lts/*"
cache: 'yarn'
cache-dependency-path: 'package/yarn.lock'

- name: Install root node dependencies
run: yarn
Expand Down

0 comments on commit 7898054

Please sign in to comment.