Skip to content

Commit

Permalink
Update GH Action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mheap committed Jun 6, 2023
1 parent ef663c0 commit ae0422e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
@@ -1,6 +1,6 @@
name: Node.js CI

on: [push, pull_request_target]
on: [push]

jobs:
build:
Expand All @@ -13,9 +13,9 @@ jobs:
env:
CI: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -4,10 +4,10 @@ on:
types: [published, edited]
jobs:
compile:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install deps and build
run: npm ci --only=production && npm run build
- name: Automatically build action
Expand Down

0 comments on commit ae0422e

Please sign in to comment.