Skip to content

Commit

Permalink
2.2.0 - node 18 and package updates. (#17)
Browse files Browse the repository at this point in the history
* Upgrade to node18

* Update all packages.

* Create CODEOWNERS
  • Loading branch information
chrisdl committed Apr 16, 2023
1 parent f399e38 commit a30b153
Show file tree
Hide file tree
Showing 4 changed files with 3,114 additions and 10,825 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Global owner
* @chrisdl
13 changes: 4 additions & 9 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI

on:
Expand All @@ -11,15 +8,13 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
- run: npm ci
- run: npm test
env:
Expand Down

0 comments on commit a30b153

Please sign in to comment.