Skip to content

Commit ded50b7

Browse files
authored
chore(test_and_deploy): update actions and node
* chore(test_and_deploy): bump `actions/checkout` to v4 * chore(test_and_deploy): set Node.js version to `lts/iron` See https://github.com/actions/setup-node.
1 parent d6e8c3a commit ded50b7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ jobs:
77

88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v4
11+
12+
- name: Set Node Version
13+
uses: actions/setup-node@v4
1114
with:
12-
node-version: 12.x
15+
node-version: lts/iron
1316

1417
- name: Install
1518
uses: bahmutov/npm-install@v1

0 commit comments

Comments
 (0)