Skip to content

Commit

Permalink
Bump to Node.js 14.x in GitHub Actions workflows (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Jul 1, 2021
1 parent 9bd95ba commit be08d80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v2.2.0
with:
node-version: "12.x"
node-version: "14.x"
- run: npm ci
- run: npx semantic-release
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2.2.0
with:
node-version: "12.x"
node-version: "14.x"
- run: npm ci
- run: npm run build
- run: npm test
2 changes: 1 addition & 1 deletion .github/workflows/update-prettier.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v2.2.0
with:
version: 12
version: 14
- run: npm ci
- run: npm run lint:fix
- uses: gr2m/create-or-update-pull-request-action@v1.x
Expand Down

0 comments on commit be08d80

Please sign in to comment.