Skip to content

Commit

Permalink
Merge pull request #294 from mdb/package-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mdb committed Jan 31, 2023
2 parents 440a52d + cc40a61 commit 5eb02b5
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 124 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.5.1
- uses: actions/setup-node@v3.6.0
with:
node-version-file: '.nvmrc'
- run: npm install
Expand All @@ -27,7 +27,7 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.5.1
- uses: actions/setup-node@v3.6.0
with:
node-version-file: '.nvmrc'
- uses: ./
Expand Down

0 comments on commit 5eb02b5

Please sign in to comment.