Skip to content

Commit e5b2f8a

Browse files
author
freisenhauer
authored
Merge pull request #28 from mittwald/node12
build with node 12
2 parents d3dc97a + 6b18b2b commit e5b2f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# Setup .npmrc file to publish to npm
1111
- uses: actions/setup-node@v1
1212
with:
13-
node-version: "10.x"
13+
node-version: "12.x"
1414
registry-url: "https://npm.pkg.github.com"
1515
# Defaults to the user or organization that owns the workflow file
1616
scope: "@mittwald"

0 commit comments

Comments
 (0)