Skip to content

Commit

Permalink
Merge pull request #255 from frouriojs/develop
Browse files Browse the repository at this point in the history
release v0.29.1
  • Loading branch information
solufa authored Nov 11, 2022
2 parents d72426c + dfa7704 commit 5e3e442
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 219 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
registry-url: "https://registry.npmjs.org"
- uses: actions/cache@v2
id: yarn-cache
with:
path: "node_modules"
key: ${{ runner.os }}-node-v12-yarn-${{ hashFiles('yarn.lock') }}
key: ${{ runner.os }}-node-v18-yarn-${{ hashFiles('yarn.lock') }}
- run: yarn --frozen-lockfile
if: steps.yarn-cache.outputs.cache-hit != 'true'
- run: yarn build
Expand Down
Loading

0 comments on commit 5e3e442

Please sign in to comment.