mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
Run the test workflow in a newer Node version (#4251)
In Node 6, running Karma gave the following warning: Error during loading "/home/runner/work/backbone/backbone/node_modules/karma-sauce-launcher" plugin: Unexpected token function I had no such error running karma after installing karma-sauce-launcher locally in Node 14, so this upgrade might fix some things. We are not exactly in the business of supporting old Node versions, so this should be relatively painless.
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 6
|
||||
node-version: 14
|
||||
cache: 'npm'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user