Skip to content

Commit 5c6fcb6

Browse files
authored
Merge pull request #36 from ryzokuken/bump-node
Bump setup-node and Node.js version for CI
2 parents 5da1ba0 + 3ae12d9 commit 5c6fcb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v2
11-
- uses: actions/setup-node@v1
11+
- uses: actions/setup-node@v4
1212
with:
13-
node-version: '12.x'
13+
node-version: 'node'
1414
- run: npm install
1515
- run: npm run build
1616
- name: commit changes

0 commit comments

Comments
 (0)