summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-12-31 14:53:56 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-12-31 14:53:56 +1100
commit09b0eeb2dd0921dc4afc0d7d9459ad89d35f619f (patch)
treed9d7de04beee6e52c9b038c4fd5ac6868e27cd4f /.github
parentPatch body-parser to use json-bigint (diff)
parentAllow Bearer tokens through, like Bot (diff)
downloadserver-ts-09b0eeb2dd0921dc4afc0d7d9459ad89d35f619f.tar.xz
Merge branch 'maddy/refactor' into maddy/bodyParserPatch
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml

index c8a9cee7..e3bcc81f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml
@@ -17,9 +17,9 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} cache: 'npm'