Skip to content

Commit

Permalink
task: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jaime-ez committed Feb 20, 2024
1 parent bcbefb6 commit 8b7ad1d
Show file tree
Hide file tree
Showing 3 changed files with 3,399 additions and 2,700 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Expand Up @@ -6,8 +6,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16.15.0'
- run: npm ci
Expand All @@ -24,9 +24,9 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16.15.0'
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 8b7ad1d

Please sign in to comment.