Skip to content

Commit

Permalink
Merge pull request #14 from R167/fix-actions
Browse files Browse the repository at this point in the history
Fix actions
  • Loading branch information
R167 authored Oct 15, 2022
2 parents 900e303 + 4c8cf0f commit 8206c0e
Show file tree
Hide file tree
Showing 6 changed files with 808 additions and 800 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,11 @@ jobs:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v2-beta
with:
node-version: "14.x"
- name: Cache dependencies
uses: actions/cache@v2
uses: actions/setup-node@v3
with:
path: |
.yarn/cache
.yarn/unplugged
key: ${{ runner.os }}-yarn.cache-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
node-version: "16"
cache: yarn
- run: yarn install --immutable
- run: yarn test-ci
785 changes: 0 additions & 785 deletions .yarn/releases/yarn-3.2.0.cjs

This file was deleted.

801 changes: 801 additions & 0 deletions .yarn/releases/yarn-3.2.4.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"

yarnPath: .yarn/releases/yarn-3.2.0.cjs
yarnPath: .yarn/releases/yarn-3.2.4.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@
"prettier": "^2.3.2",
"source-map-explorer": "^2.5.2"
},
"packageManager": "yarn@3.0.2"
"packageManager": "yarn@3.2.4"
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16333,7 +16333,7 @@ typescript@^4.5.0:

"typescript@patch:typescript@^4.5.0#~builtin<compat/typescript>":
version: 4.5.4
resolution: "typescript@patch:typescript@npm%3A4.5.4#~builtin<compat/typescript>::version=4.5.4&hash=bda367"
resolution: "typescript@patch:typescript@npm%3A4.5.4#~builtin<compat/typescript>::version=4.5.4&hash=701156"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
Expand Down

0 comments on commit 8206c0e

Please sign in to comment.