Skip to content

Commit

Permalink
Upgrade to latest node
Browse files Browse the repository at this point in the history
  • Loading branch information
hjheath committed Sep 26, 2023
1 parent ed870cb commit ea1a0fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
test_library:
runs-on: ubuntu-latest
container:
image: node:10
image: node:lts
steps:
- uses: actions/[email protected]
- run: npm install --save-dev jest typescript ts-jest @types/jest
- run: npm test
transpile_library:
runs-on: ubuntu-latest
container:
image: node:10
image: node:lts
needs:
- test_library
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
container:
image: node:10
image: node:lts
needs:
- transpile_library
env:
Expand Down

0 comments on commit ea1a0fb

Please sign in to comment.