Skip to content

Commit

Permalink
Merge pull request #28 from mittwald/node12
Browse files Browse the repository at this point in the history
build with node 12
  • Loading branch information
freisenhauer committed Feb 28, 2022
2 parents d3dc97a + 6b18b2b commit e5b2f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v1
with:
node-version: "10.x"
node-version: "12.x"
registry-url: "https://npm.pkg.github.com"
# Defaults to the user or organization that owns the workflow file
scope: "@mittwald"
Expand Down

0 comments on commit e5b2f8a

Please sign in to comment.