Skip to content

Commit

Permalink
bump GH Actions Node to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoHamuy committed Sep 22, 2024
1 parent b19afde commit 9310285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16

- name: Install depedencies from NPM
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16

- name: Install depedencies from NPM
run: npm install
Expand Down

0 comments on commit 9310285

Please sign in to comment.