Skip to content

Commit 2baca85

Browse files
authored
npm audit fixes (#4)
* npm audit fixes * 7.0.3-beta.0 * update CI workflow to use Ubuntu 22.04 and actions/checkout@v4 * fix: update test command to use 'docker compose' syntax * 7.0.3
1 parent 7502ad2 commit 2baca85

File tree

3 files changed

+125
-133
lines changed

3 files changed

+125
-133
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
# This workflow contains a single job called "build"
1818
build:
1919
# The type of runner that the job will run on
20-
runs-on: ubuntu-18.04
20+
runs-on: ubuntu-22.04
2121

2222
# Steps represent a sequence of tasks that will be executed as part of the job
2323
steps:
2424
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2626
- name: Install dependencies
2727
run: npm install
2828
- name: Test & check coverage

0 commit comments

Comments
 (0)