Skip to content

Commit

Permalink
Merge pull request #69 from AgentPrus/bump-node-version
Browse files Browse the repository at this point in the history
build: update setup-node action, node versions, enable cache
  • Loading branch information
vasylnahuliak committed Oct 28, 2023
2 parents 295349c + bf05313 commit f4fa506
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
cache: "nmp"

- name: Install dependencies
run: npm install
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
cache: "nmp"

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit f4fa506

Please sign in to comment.