Skip to content

Commit e0af1cd

Browse files
author
Frank Pagan
committed
fix: updated worrkflows to v3 and node version 16
1 parent c37f8dc commit e0af1cd

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/automated.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v3
12+
- name: setup nodejs
13+
uses: actions/setup-node@v3
14+
with:
15+
node-version: 16
1216
- name: Jaid/action-sync-node-meta
1317
uses: jaid/[email protected]
1418
with:
@@ -19,6 +23,10 @@ jobs:
1923
steps:
2024
- name: Checkout
2125
uses: actions/checkout@v3
26+
- name: setup nodejs
27+
uses: actions/setup-node@v3
28+
with:
29+
node-version: 16
2230
- name: Semantic Release
2331
uses: cycjimmy/semantic-release-action@v3
2432
id: semantic
@@ -37,7 +45,11 @@ jobs:
3745
runs-on: ubuntu-latest
3846
steps:
3947
- name: Checkout
40-
uses: actions/checkout@v2
48+
uses: actions/checkout@v3
49+
- name: setup nodejs
50+
uses: actions/setup-node@v3
51+
with:
52+
node-version: 16
4153

4254
- name: update documentation
4355
uses: CoCreate-app/CoCreate-docs@master

0 commit comments

Comments
 (0)