Skip to content

Commit

Permalink
ci: use node 16 for example build
Browse files Browse the repository at this point in the history
Mitigates #97
  • Loading branch information
mikaello committed Mar 1, 2023
1 parent 1c501dd commit bd4751f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: bahmutov/npm-install@v1 # For improved caching of NPM/Yarn
with:
working-directory: example
Expand Down

0 comments on commit bd4751f

Please sign in to comment.