Skip to content

Commit

Permalink
Bump && adjust steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Varpuspaavi committed Feb 21, 2023
1 parent da9f2a8 commit 36c1685
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
node-version: 16
- name: Install dependencies
run: npm install
run: yarn install
- name: Test
run: |
npm test -- --configuration=ci
yarn test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-intl-phraseapp",
"version": "3.1.0",
"version": "3.1.1",
"description": "The In-Context-Editor for react using react-intl",
"main": "dist/react-intl-phraseapp.js",
"typings": "./dist/index.d.ts",
Expand Down

0 comments on commit 36c1685

Please sign in to comment.