diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-05-21 14:53:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-21 14:53:37 +0200 |
| commit | f825536b5e09b3a047fec0c10aabd91bace0995c (patch) | |
| tree | c08c5abeca61154efaafbde8251423f188bf94f3 /.github/workflows | |
| parent | 90dcf271147693a8897f644c4c8943c5b73c02f8 (diff) | |
Bumped versions in pre-commit and npm configurations.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 391c3e080f..82d16d3eef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '12' + node-version: '14' cache: 'npm' cache-dependency-path: '**/package.json' - run: npm install |
