Skip to content

Commit

Permalink
Merge pull request #819 from storyblok/feat/updating-deps-jan2023
Browse files Browse the repository at this point in the history
chore(deps-dev): updating packages
  • Loading branch information
roberto-butti authored Jan 17, 2024
2 parents 84b30ae + 1414dcf commit 90bc640
Show file tree
Hide file tree
Showing 3 changed files with 716 additions and 442 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
# cache: "npm"
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Build lib
Expand Down
Loading

0 comments on commit 90bc640

Please sign in to comment.