Skip to content

Commit 70cf9fb

Browse files
hendrysadrakdziraf
authored andcommitted
bump noce version 10->18 and github actions versions
1 parent 2c3ffb9 commit 70cf9fb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/push.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
GITHUB_CONTEXT: ${{ toJson(github) }}
1111
run: echo "$GITHUB_CONTEXT"
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
- name: Setup
15-
uses: actions/setup-node@v1
15+
uses: actions/setup-node@v3
1616
with:
17-
node-version: '10.x'
17+
node-version: 18
1818
- uses: actions/cache@v1
1919
id: yarn-cache
2020
with:
@@ -37,11 +37,11 @@ jobs:
3737
- 27017:27017
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v2
40+
uses: actions/checkout@v3
4141
- name: Setup
42-
uses: actions/setup-node@v1
42+
uses: actions/setup-node@v3
4343
with:
44-
node-version: '10.x'
44+
node-version: 18
4545
- uses: actions/cache@v1
4646
id: yarn-cache
4747
with:

0 commit comments

Comments
 (0)