Skip to content

fix: bump action to Node v20 #430

fix: bump action to Node v20

fix: bump action to Node v20 #430

Workflow file for this run

name: example-basic
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
# during development we use the latest version of this action
# in the real world, the user should use
# - uses: bahmutov/npm-install@v1
- uses: bahmutov/npm-install@HEAD
with:
working-directory: examples/basic
- run: npm t
working-directory: examples/basic