Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 22a3499

Browse files
authored
Update node (#972)
* update current node * Rewrite github action steps with v2 modules
1 parent b74e481 commit 22a3499

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ jobs:
55
build:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v1
8+
- uses: actions/checkout@v2
99
- uses: actions/setup-node@v1
1010
with:
1111
node-version: '12.x'
12-
- uses: actions/cache@v1
12+
- uses: actions/cache@v2
1313
id: cache
1414
with:
1515
path: node_modules

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
name: build & deploy
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: '12.x'
15-
- uses: actions/cache@v1
15+
- uses: actions/cache@v2
1616
id: cache
1717
with:
1818
path: node_modules

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 12.13.1
1+
nodejs 12.17.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
"hexo-server": "^0.2.0",
3434
"replacestream": "^4.0.0"
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)