Skip to content

Commit

Permalink
Strict to node 18.18.2 (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
eerison authored Dec 21, 2023
1 parent 0e0baa8 commit ee799d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/resume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
yaml-lint: ${{ steps.yaml-lint-output.outputs.stdout }}
steps:
- uses: actions/checkout@v3
# https:/TypeStrong/ts-node/issues/1997#issuecomment-1864051092
- uses: actions/setup-node@v4
with:
node-version: '18.18.2'
- uses: actions/cache@v3
with:
key: frontend-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -57,6 +61,7 @@ jobs:
python3 -m http.server --directory dist &> /dev/null &
pid=$!
sleep 1
node -v
npm run node:generate:pdf
npm run node:generate:card
kill "${pid}"
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ee799d8

Please sign in to comment.