Skip to content

Commit

Permalink
chore(ci): bump GitHub actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabio committed Aug 30, 2023
1 parent 0d305b7 commit 3a90d29
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 39 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ jobs:
NOKOGIRI_USE_SYSTEM_LIBRARIES: "true"

steps:
- uses: actions/checkout@master

- name: Use Node.js 14.x
uses: actions/setup-node@master
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18

- name: Setup ruby env
uses: ruby/setup-ruby@v1
with:
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,18 @@ jobs:
ELASTICSEARCH_URL: "" # Disable searchyll for test.

steps:
- uses: actions/checkout@master

- name: Use Node.js 14.x
uses: actions/setup-node@master
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18

- name: Setup ruby env
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
bundler-cache: true

- run: sudo apt-get install -y
- run: sudo apt-get update && sudo apt-get install -y
wget gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2
libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0
libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0
Expand Down
45 changes: 17 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3a90d29

Please sign in to comment.