Skip to content

Commit

Permalink
chore(test_and_deploy): set Node.js version to lts/iron
Browse files Browse the repository at this point in the history
  • Loading branch information
fh1ch committed Dec 13, 2023
1 parent a0d61e0 commit 02d901f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set Node Version
uses: actions/setup-node@v4
with:
node-version: 12.x
node-version: lts/iron

- name: Install
uses: bahmutov/npm-install@v1
Expand Down

0 comments on commit 02d901f

Please sign in to comment.