Skip to content

Commit cacb038

Browse files
authored
Switches to node 18 support as the primary platform (#75)
No code changes, mainly verifying that tests pass with node 18 and all the config reflects node 18.
1 parent 87e1176 commit cacb038

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# Setup .npmrc file to publish to npm
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: '16.x'
13+
node-version: '18.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm ci
1616
- run: npm publish

.github/workflows/pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [14.x, 16.x, 18.x]
16+
node-version: [16.x, 18.x]
1717
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1818

1919
steps:

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The Spur Framework is a collection of commonly used Node.JS libraries used to cr
3333
* Ability to substitute dependencies in tests
3434
* Resolution of dependencies by querying via regular expression
3535
* Clear error stack trace reporting
36-
* Supports active Node versions in the [LTS Schedule](https://github.com/nodejs/LTS#lts-schedule). ([view current versions](.travis.yml))
36+
* Supports active Node versions in the [LTS Schedule](https://github.com/nodejs/LTS#lts-schedule). ([view current versions](.nvmrc))
3737

3838
# What is inversion of control and why you should use it?
3939

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)